Skip to content

Commit

Permalink
Silence compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-tuininga committed Jul 19, 2024
1 parent 1ef74ff commit a95def8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oracledb/impl/thin/messages.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2617,7 +2617,7 @@ cdef class TransactionSwitchMessage(Message):
cdef:
bytes global_transaction_id, branch_qualifier, xid_bytes
bytes internal_name = None, external_name = None
uint32_t format_id
uint32_t format_id = 0

# acquire data to send to the server
if self.xid is not None:
Expand Down

0 comments on commit a95def8

Please sign in to comment.