mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-26 16:26:24 +01:00
undefined ejabberd_socket:get_conn_type/1
This commit is contained in:
parent
3a3f8240c1
commit
219f9276d1
@ -550,8 +550,7 @@ wait_for_auth({xmlstreamelement, El}, StateData) ->
|
||||
[StateData#state.socket,
|
||||
jlib:jid_to_string(JID), AuthModule]),
|
||||
SID = {now(), self()},
|
||||
Conn = (StateData#state.sockmod):get_conn_type(
|
||||
StateData#state.socket),
|
||||
Conn = get_conn_type(StateData),
|
||||
Info = [{ip, StateData#state.ip}, {conn, Conn},
|
||||
{auth_module, AuthModule}],
|
||||
Res = jlib:make_result_iq_reply(
|
||||
|
Loading…
Reference in New Issue
Block a user