[asterisk-commits] kharwell: branch kharwell/pimp_sip_security r389309 - /team/kharwell/pimp_sip...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon May 20 14:45:37 CDT 2013


Author: kharwell
Date: Mon May 20 14:45:34 2013
New Revision: 389309

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=389309
Log:
removed extra spaces

Modified:
    team/kharwell/pimp_sip_security/res/res_sip_authenticator_digest.c

Modified: team/kharwell/pimp_sip_security/res/res_sip_authenticator_digest.c
URL: http://svnview.digium.com/svn/asterisk/team/kharwell/pimp_sip_security/res/res_sip_authenticator_digest.c?view=diff&rev=389309&r1=389308&r2=389309
==============================================================================
--- team/kharwell/pimp_sip_security/res/res_sip_authenticator_digest.c (original)
+++ team/kharwell/pimp_sip_security/res/res_sip_authenticator_digest.c Mon May 20 14:45:34 2013
@@ -401,7 +401,7 @@
 	for (i = 0; i < endpoint->num_inbound_auths; ++i) {
 		challenge(auths[i]->realm, tdata, rdata, verify_res[i] == AUTH_STALE);
 	}
-	
+
 	res = AST_SIP_AUTHENTICATION_CHALLENGE;
 
 cleanup:




More information about the asterisk-commits mailing list