diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2014-05-02 13:09:25 +0400 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2014-05-02 17:43:09 +0400 |
commit | f8417f7c1fb2ad4288e5556e595b2fe1eeeef227 (patch) | |
tree | c3d62dc2def88d853878e9b11395d05301338dd4 /src | |
parent | Some cleanup (diff) |
Remove empty line
Diffstat (limited to 'src')
-rw-r--r-- | src/mod_sip.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mod_sip.erl b/src/mod_sip.erl index 3a5249887..8ed4ed8cf 100644 --- a/src/mod_sip.erl +++ b/src/mod_sip.erl @@ -212,7 +212,6 @@ action(#sip{method = Method, hdrs = Hdrs, type = request} = Req, SIPSock) -> check_auth(#sip{method = <<"CANCEL">>}, _, _SIPSock) -> true; check_auth(#sip{method = Method, hdrs = Hdrs, body = Body}, AuthHdr, _SIPSock) -> - Issuer = case AuthHdr of 'authorization' -> to; |