[asterisk-commits] coreyfarrell: branch 13 r426525 - in /branches/13: ./ main/manager.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Oct 28 15:42:45 CDT 2014
Author: coreyfarrell
Date: Tue Oct 28 15:42:42 2014
New Revision: 426525
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=426525
Log:
manager: Unsubscribe from acl_change_sub at shutdown.
ASTERISK-24453 #close
Reported by: Corey Farrell
Review: https://reviewboard.asterisk.org/r/4110/
........
Merged revisions 426524 from http://svn.asterisk.org/svn/asterisk/branches/12
Modified:
branches/13/ (props changed)
branches/13/main/manager.c
Propchange: branches/13/
------------------------------------------------------------------------------
Binary property 'branch-12-merged' - no diff available.
Modified: branches/13/main/manager.c
URL: http://svnview.digium.com/svn/asterisk/branches/13/main/manager.c?view=diff&rev=426525&r1=426524&r2=426525
==============================================================================
--- branches/13/main/manager.c (original)
+++ branches/13/main/manager.c Tue Oct 28 15:42:42 2014
@@ -8473,6 +8473,7 @@
while ((user = AST_LIST_REMOVE_HEAD(&users, list))) {
manager_free_user(user);
}
+ acl_change_stasis_unsubscribe();
}
More information about the asterisk-commits
mailing list