[Asterisk-cvs] asterisk/channels chan_sip.c,1.741,1.742
twisted at lists.digium.com
twisted at lists.digium.com
Wed May 25 15:59:01 CDT 2005
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv1269/channels
Modified Files:
chan_sip.c
Log Message:
Fix typo in chan_sip. (Bug #4376).
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.741
retrieving revision 1.742
diff -u -d -r1.741 -r1.742
--- chan_sip.c 25 May 2005 17:45:31 -0000 1.741
+++ chan_sip.c 25 May 2005 20:03:09 -0000 1.742
@@ -7605,7 +7605,7 @@
if (create_addr(p, argv[i])) {
/* Maybe they're not registered, etc. */
sip_destroy(p);
- ast_cli(fd, "Could not create address fo '%s'\n", argv[i]);
+ ast_cli(fd, "Could not create address for '%s'\n", argv[i]);
continue;
}
More information about the svn-commits
mailing list