From: Russell Bryant Date: Tue, 18 Oct 2005 21:06:48 +0000 (+0000) Subject: add missing STANDARD_HANGUP_LOCALUSERS X-Git-Tag: 1.2.0-beta2~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=907fd55883aefce1a753e9910bacf845bb6ff71f;p=thirdparty%2Fasterisk.git add missing STANDARD_HANGUP_LOCALUSERS git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6827 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/func_enum.c b/funcs/func_enum.c index 01623e5453..ac55b1d1b4 100755 --- a/funcs/func_enum.c +++ b/funcs/func_enum.c @@ -203,6 +203,8 @@ int unload_module(void) { ast_custom_function_unregister(&enum_function); ast_custom_function_unregister(&txtcidname_function); + + STANDARD_HANGUP_LOCALUSERS; return 0; }