From 4b5f53d6a014fd5b67aa360fb2b72eff1f252c8a Mon Sep 17 00:00:00 2001
From: Mark Spencer <markster@digium.com>
Date: Tue, 29 Jun 2004 19:21:25 +0000
Subject: [PATCH] One more FreeBSD fix

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3355 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 acl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/acl.c b/acl.c
index 054a3235db..d42f8b2d12 100755
--- a/acl.c
+++ b/acl.c
@@ -234,7 +234,7 @@ int ast_ouraddrfor(struct in_addr *them, struct in_addr *us)
 	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));
-- 
GitLab