aboutsummaryrefslogtreecommitdiffstats
path: root/acl.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-29 19:21:25 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-29 19:21:25 +0000
commitb95daa2551913b7aa80dc198c306ca0ccad96eff (patch)
treef987ececb50eaae92ede502f1cfe776c1f6ef77f /acl.c
parent46b59bd4145408c56e7d39adf59cd8eeaf95172b (diff)
One more FreeBSD fix
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3355 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'acl.c')
-rwxr-xr-xacl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/acl.c b/acl.c
index 054a3235d..d42f8b2d1 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));