mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
Remove empty line
This commit is contained in:
parent
3c98de69dc
commit
f8417f7c1f
@ -212,7 +212,6 @@ action(#sip{method = Method, hdrs = Hdrs, type = request} = Req, SIPSock) ->
|
|||||||
check_auth(#sip{method = <<"CANCEL">>}, _, _SIPSock) ->
|
check_auth(#sip{method = <<"CANCEL">>}, _, _SIPSock) ->
|
||||||
true;
|
true;
|
||||||
check_auth(#sip{method = Method, hdrs = Hdrs, body = Body}, AuthHdr, _SIPSock) ->
|
check_auth(#sip{method = Method, hdrs = Hdrs, body = Body}, AuthHdr, _SIPSock) ->
|
||||||
|
|
||||||
Issuer = case AuthHdr of
|
Issuer = case AuthHdr of
|
||||||
'authorization' ->
|
'authorization' ->
|
||||||
to;
|
to;
|
||||||
|
Loading…
Reference in New Issue
Block a user