Skip to content

Commit a95def8

Browse files
Silence compiler warning.
1 parent 1ef74ff commit a95def8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oracledb/impl/thin/messages.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2617,7 +2617,7 @@ cdef class TransactionSwitchMessage(Message):
26172617
cdef:
26182618
bytes global_transaction_id, branch_qualifier, xid_bytes
26192619
bytes internal_name = None, external_name = None
2620-
uint32_t format_id
2620+
uint32_t format_id = 0
26212621

26222622
# acquire data to send to the server
26232623
if self.xid is not None:

0 commit comments

Comments
 (0)