]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ACL: ast_apply_acl_nolog - identical to ast_apply_acl but without logging.
authorJaco Kroon <jaco@uls.co.za>
Wed, 4 Dec 2019 08:35:52 +0000 (10:35 +0200)
committerJaco Kroon <jaco@uls.co.za>
Thu, 5 Dec 2019 16:05:50 +0000 (18:05 +0200)
commit6e79028020c8024dfff5408cce6399adfc186767
tree1641c1305d33b724f6dfe99f7fc5d7e00781f2fa
parent95213b01d2d5e72e38b40c30fa5d0c8cf4b37b16
ACL: ast_apply_acl_nolog - identical to ast_apply_acl but without logging.

Due to use in res_rtp_asterisk there is a need to be able to apply an
ACL without logging any invalid/denies.  It's probably sensible to at
least validate the ACL once directly after load and report invalid ACLs.

Change-Id: I256169229d945ca7c1bbf228fc492d91df345843
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
include/asterisk/acl.h
main/acl.c