[Asterisk-cvs] asterisk/channels chan_sip.c,1.191,1.192

markster at lists.digium.com markster at lists.digium.com
Thu Oct 9 20:39:14 CDT 2003


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv15595/channels

Modified Files:
	chan_sip.c 
Log Message:
Fix typo


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- chan_sip.c	9 Oct 2003 22:50:42 -0000	1.191
+++ chan_sip.c	10 Oct 2003 02:05:17 -0000	1.192
@@ -3553,7 +3553,7 @@
 		strncpy(tmp, req->rlPart2, sizeof(tmp) - 1);
 	c = ditch_braces(tmp);
 	
-	strncpy(tmpf, get_header(oreq, "From"), sizeof(tmpf) - 1);
+	strncpy(tmpf, get_header(req, "From"), sizeof(tmpf) - 1);
 	fr = ditch_braces(tmpf);
 	
 	if (fr && !strlen(fr))




More information about the svn-commits mailing list