Add access control to management interface

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@961 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-05-05 06:14:25 +00:00
parent 5806a08168
commit fda8b94bdf
3 changed files with 24 additions and 2 deletions

2
acl.c
View File

@@ -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)