From f8417f7c1fb2ad4288e5556e595b2fe1eeeef227 Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Fri, 2 May 2014 13:09:25 +0400 Subject: [PATCH] Remove empty line --- src/mod_sip.erl | 1 - 1 file changed, 1 deletion(-) 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;