Merge pull request #20 from dailymotion/DEVSYS-261

App name was not copied when creating relay
This commit is contained in:
Sergey 2015-07-03 02:49:38 +03:00
commit 5d4dfaee43

View file

@ -501,6 +501,7 @@ ngx_rtmp_relay_create_connection(ngx_rtmp_conf_ctx_t *cctx, ngx_str_t* name,
rctx->session = rs;
ngx_rtmp_set_ctx(rs, rctx, ngx_rtmp_relay_module);
ngx_str_set(&rs->flashver, "ngx-local-relay");
ngx_cpymem(&rs->app, &rctx->app, sizeof(rctx->app));
#if (NGX_STAT_STUB)
(void) ngx_atomic_fetch_add(ngx_stat_active, 1);