dect
/
asterisk
Archived
13
0
Fork 0

Fix resetting mwimonitornotify on reload. I guess I only added this line in my head.

(thanks to tzafrir for pointing it out)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@91010 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2007-12-04 22:02:48 +00:00
parent bd0b3bcb4e
commit 55e37207a1
1 changed files with 2 additions and 0 deletions

View File

@ -13309,6 +13309,8 @@ static int setup_zap(int reload)
/* 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);