[asterisk-commits] russell: trunk r91010 - /trunk/channels/chan_zap.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Dec 4 16:02:48 CST 2007


Author: russell
Date: Tue Dec  4 16:02:48 2007
New Revision: 91010

URL: http://svn.digium.com/view/asterisk?view=rev&rev=91010
Log:
Fix resetting mwimonitornotify on reload.  I guess I only added this line in my head.
(thanks to tzafrir for pointing it out)

Modified:
    trunk/channels/chan_zap.c

Modified: trunk/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_zap.c?view=diff&rev=91010&r1=91009&r2=91010
==============================================================================
--- trunk/channels/chan_zap.c (original)
+++ trunk/channels/chan_zap.c Tue Dec  4 16:02:48 2007
@@ -13309,6 +13309,8 @@
 	/* Copy the default jb config over global_jbconf */
 	memcpy(&global_jbconf, &default_jbconf, sizeof(struct ast_jb_conf));
 
+	mwimonitornotify[0] = '\0';
+
 	v = ast_variable_browse(cfg, "channels");
 	res = process_zap(&base_conf, v, reload, 0);
 	ast_mutex_unlock(&iflock);




More information about the asterisk-commits mailing list