[Asterisk-cvs] asterisk acl.c,1.11,1.12
markster at lists.digium.com
markster at lists.digium.com
Sat Jan 10 15:39:55 CST 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv13074
Modified Files:
acl.c
Log Message:
Fix minor typo
Index: acl.c
===================================================================
RCS file: /usr/cvsroot/asterisk/acl.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- acl.c 10 Jan 2004 21:19:56 -0000 1.11
+++ acl.c 10 Jan 2004 21:31:40 -0000 1.12
@@ -87,7 +87,7 @@
nm++;
}
if (!inet_aton(tmp, &ha->netaddr)) {
- ast_log(LOG_WARNING, "%s not a valid IP\n", stuff);
+ ast_log(LOG_WARNING, "%s not a valid IP\n", tmp);
free(ha);
return path;
}
More information about the svn-commits
mailing list