This commit is contained in:
Paweł Chmielowski 2016-03-17 18:41:24 +01:00
parent d9bb3730b7
commit ef02053a9d
1 changed files with 1 additions and 1 deletions

View File

@ -1914,7 +1914,7 @@ new_id() -> randoms:get_string().
new_uniq_id() ->
iolist_to_binary([randoms:get_string(),
jlib:integer_to_binary(p1_time_compat:unique_integer(positive))]).
jlib:integer_to_binary(p1_time_compat:unique_integer([positive]))]).
is_auth_packet(El) ->
case jlib:iq_query_info(El) of