[Asterisk-cvs] asterisk/channels chan_sip.c,1.502,1.503
markster at lists.digium.com
markster at lists.digium.com
Tue Sep 14 20:41:41 CDT 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv22638/channels
Modified Files:
chan_sip.c
Log Message:
Oops, fix small typo
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.502
retrieving revision 1.503
diff -u -d -r1.502 -r1.503
--- chan_sip.c 14 Sep 2004 23:04:39 -0000 1.502
+++ chan_sip.c 15 Sep 2004 00:43:13 -0000 1.503
@@ -2396,7 +2396,8 @@
char iabuf[INET_ADDRSTRLEN];
char *cmd;
char *tag = "", *c;
- char *tag2 = ""
+ char *tag2 = "";
+
callid = get_header(req, "Call-ID");
if (pedanticsipchecking) {
More information about the svn-commits
mailing list