[svn-commits] oej: branch oej/teapot-1.8 r403010 - /team/oej/teapot-1.8/res/res_rtp_asterisk.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Nov 22 07:43:40 CST 2013


Author: oej
Date: Fri Nov 22 07:43:38 2013
New Revision: 403010

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=403010
Log:
Arrghh. Life.

Modified:
    team/oej/teapot-1.8/res/res_rtp_asterisk.c

Modified: team/oej/teapot-1.8/res/res_rtp_asterisk.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/teapot-1.8/res/res_rtp_asterisk.c?view=diff&rev=403010&r1=403009&r2=403010
==============================================================================
--- team/oej/teapot-1.8/res/res_rtp_asterisk.c (original)
+++ team/oej/teapot-1.8/res/res_rtp_asterisk.c Fri Nov 22 07:43:38 2013
@@ -468,7 +468,7 @@
 
 	if ((*in & 0xC0) && res_srtp && srtp && res_srtp->unprotect(srtp, buf, &len, rtcp) < 0) {
 		if (rtcpdebug) {
-			ast_verbose("Got SRTP from           %s  - failed to decrypt information\n", ast_sockaddr_stringify(&sa));
+			ast_verbose("Got SRTP from           %s  - failed to decrypt information\n", ast_sockaddr_stringify(sa));
 		}
 	   	return -1;
 	}




More information about the svn-commits mailing list