mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Merge pull request #178 from hamano/devel
undefined ejabberd_socket:get_conn_type/1
This commit is contained in:
commit
c545b3de6d
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue