[Asterisk-cvs] asterisk acl.c,1.25,1.26

markster at lists.digium.com markster at lists.digium.com
Tue Jun 29 15:35:33 CDT 2004


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

Modified Files:
	acl.c 
Log Message:
One more FreeBSD fix


Index: acl.c
===================================================================
RCS file: /usr/cvsroot/asterisk/acl.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- acl.c	29 Jun 2004 12:56:46 -0000	1.25
+++ acl.c	29 Jun 2004 19:21:25 -0000	1.26
@@ -234,7 +234,7 @@
 	pid_t pid = getpid();
 	static int routeseq;	/* Protected by "routeseq_lock" mutex */
 
-	p = ast_strdupa(ast_inet_ntoa(tmp, sizeof(tmp), *them))
+	p = ast_strdupa(ast_inet_ntoa(tmp, sizeof(tmp), *them));
 	memset(us, 0, sizeof(struct in_addr));
 
 	memset(&m_rtmsg, 0, sizeof(m_rtmsg));




More information about the svn-commits mailing list