]> git.ipfire.org Git - thirdparty/asterisk.git/commit
utils.c: Fix typo in handle_show_locks 24/2524/1
authorGeorge Joseph <george.joseph@fairview5.com>
Fri, 1 Apr 2016 18:09:50 +0000 (12:09 -0600)
committerGeorge Joseph <george.joseph@fairview5.com>
Fri, 1 Apr 2016 18:11:34 +0000 (13:11 -0500)
commit433d2c4bbfa3f7d8bb3a194b16feb99874207f84
tree84e6af144936f44e1f95ff59c2443b4726b9df6e
parenta04a62586fadb360d8f86248293f0c0191379c7c
utils.c:  Fix typo in handle_show_locks

ast_cli_allow_on_shutdown(e) should have been ast_cli_allow_at_shutdown(e).

Change-Id: I4f092495c0b2bfd85c2651e0b5877bf4d05d9faf
main/utils.c