secure_channel: formatted

This commit is contained in:
Eishun Kondoh 2018-03-18 22:38:13 +09:00
parent c4c70c4d99
commit 238933bc1d

View file

@ -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