diff --git a/acl.c b/acl.c
index 054a3235dbb35b307ce1650e01c3fc1f2d0a132f..d42f8b2d12865072fa3b284de7e07d5b0ccb0067 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));