added merging up activity flag i nnotifiers

This commit is contained in:
Roman Arutyunyan 2012-09-13 21:47:57 +04:00
parent 11cc6e6019
commit abc2704db1
2 changed files with 8 additions and 0 deletions

View file

@ -231,6 +231,10 @@ ngx_rtmp_enotify_merge_app_conf(ngx_conf_t *cf, void *parent, void *child)
}
}
if (conf->active) {
prev->active = 1;
}
return NGX_CONF_OK;
}

View file

@ -167,6 +167,10 @@ ngx_rtmp_notify_merge_app_conf(ngx_conf_t *cf, void *parent, void *child)
}
}
if (conf->active) {
prev->active = 1;
}
return NGX_CONF_OK;
}