mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
fixed compilation
This commit is contained in:
@ -136,6 +136,7 @@ ngx_rtmp_limit_disconnect(ngx_rtmp_session_t *s, ngx_rtmp_header_t *h,
|
|||||||
n = --*nconn;
|
n = --*nconn;
|
||||||
ngx_shmtx_unlock(&shpool->mutex);
|
ngx_shmtx_unlock(&shpool->mutex);
|
||||||
|
|
||||||
|
(void) n;
|
||||||
ngx_log_debug1(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
|
ngx_log_debug1(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
|
||||||
"limit: dec conection counter: %uD", n);
|
"limit: dec conection counter: %uD", n);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user