secure_channel: formatted
This commit is contained in:
parent
c4c70c4d99
commit
238933bc1d
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ defmodule Tres.SecureChannelState do
|
||||||
end
|
end
|
||||||
|
|
||||||
def increment_transaction_id(table_ref) do
|
def increment_transaction_id(table_ref) do
|
||||||
:ets.update_counter(table_ref, :datapath_xid, {2, 1, 0xffffffff, 0})
|
:ets.update_counter(table_ref, :datapath_xid, {2, 1, 0xFFFFFFFF, 0})
|
||||||
end
|
end
|
||||||
|
|
||||||
def set_transaction_id(table_ref, xid) do
|
def set_transaction_id(table_ref, xid) do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue