mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Fix warning about unused variables
This commit is contained in:
parent
b9bbe19d4c
commit
6dd35923b0
@ -937,8 +937,8 @@ prepare_outpacket_response(Sess, _Rid, OutPacket, false) ->
|
||||
end;
|
||||
%% Handle a new session along with its output payload
|
||||
prepare_outpacket_response(#http_bind{id=Sid, wait=Wait,
|
||||
hold=Hold, to=To}=Sess,
|
||||
Rid, OutPacket, true) ->
|
||||
hold=Hold, to=To}=_Sess,
|
||||
_Rid, OutPacket, true) ->
|
||||
case OutPacket of
|
||||
[{xmlstreamstart, _, OutAttrs} | Els] ->
|
||||
AuthID = xml:get_attr_s("id", OutAttrs),
|
||||
|
Loading…
Reference in New Issue
Block a user