Skip to content

Commit 53bff87

Browse files
Eliminate compiler warning.
1 parent 10f23af commit 53bff87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/oracledb/impl/thin/messages.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2538,7 +2538,7 @@ cdef class TransactionChangeStateMessage(Message):
25382538
"""
25392539
cdef:
25402540
bytes global_transaction_id, branch_qualifier, xid_bytes
2541-
uint32_t format_id
2541+
uint32_t format_id = 0
25422542

25432543
# acquire data to send to the server
25442544
if self.xid is not None:

0 commit comments

Comments
 (0)