[Asterisk-cvs] asterisk/channels chan_sip.c,1.333,1.334
markster at lists.digium.com
markster at lists.digium.com
Wed Apr 7 11:09:20 CDT 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv1311/channels
Modified Files:
chan_sip.c
Log Message:
Keep random data around, we'll need it for certain bogus REGISTER and INVITE network hiccups (bug # 1236)
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.333
retrieving revision 1.334
diff -u -d -r1.333 -r1.334
--- chan_sip.c 6 Apr 2004 22:17:31 -0000 1.333
+++ chan_sip.c 7 Apr 2004 15:09:58 -0000 1.334
@@ -3783,8 +3783,6 @@
res = 0;
}
/* Assume success ;-) */
- /* Eliminate random data */
- strcpy(randdata, "");
}
return res;
}
More information about the svn-commits
mailing list