[asterisk-commits] oej: branch oej/teapot-1.8 r412208 - /team/oej/teapot-1.8/channels/sip/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Apr 11 08:57:09 CDT 2014
Author: oej
Date: Fri Apr 11 08:57:02 2014
New Revision: 412208
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=412208
Log:
Adding back what was taken away.
Modified:
team/oej/teapot-1.8/channels/sip/sdp_crypto.c
Modified: team/oej/teapot-1.8/channels/sip/sdp_crypto.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/teapot-1.8/channels/sip/sdp_crypto.c?view=diff&rev=412208&r1=412207&r2=412208
==============================================================================
--- team/oej/teapot-1.8/channels/sip/sdp_crypto.c (original)
+++ team/oej/teapot-1.8/channels/sip/sdp_crypto.c Fri Apr 11 08:57:02 2014
@@ -295,9 +295,9 @@
mki = strsep(&info, "|");
}
/* At this point we do not support multiple keys, sorry */
- if (mki != NULL && *mki != '1') {
+ //if (mki /!= NULL && *mki != '1') {
//If there's an MKI, give up.
- //if (mki != NULL) {
+ if (mki != NULL) {
ast_log(LOG_ERROR, "Crypto mki handling not implemented. MKI = %s \n", mki);
continue;
}
More information about the asterisk-commits
mailing list