24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +02:00

Remove empty line

This commit is contained in:
Evgeniy Khramtsov 2014-05-02 13:09:25 +04:00
parent 3c98de69dc
commit f8417f7c1f

View File

@ -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;