]> 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, 12 Dec 2019 07:42:59 +0000 (01:42 -0600)
commit77941efad9063cf1cb0d8e3382d47ced2d05ac0c
tree9f66335b7d1dafbd827581cbe5ac83a149ffbb1c
parent4631e77078eb2a3e39508fa79526d1f01c1ed412
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