aboutsummaryrefslogtreecommitdiffstats
path: root/acl.c
diff options
context:
space:
mode:
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 ae81cc913..9f876c90a 100755
--- a/acl.c
+++ b/acl.c
@@ -98,7 +98,7 @@ struct ast_ha *ast_append_ha(char *sense, char *stuff, struct ast_ha *path)
else
ret = ha;
}
- return NULL;
+ return ret;
}
int ast_apply_ha(struct ast_ha *ha, struct sockaddr_in *sin)