fixed msvc warning

This commit is contained in:
Roman Arutyunyan 2013-06-13 01:10:25 +04:00
parent 14ba61505f
commit d60c0bf1c7

View file

@ -443,6 +443,7 @@ ngx_rtmp_record_node_open(ngx_rtmp_session_t *s,
uint32_t tag_size, mlen, timestamp;
rracf = rctx->conf;
tag_size = 0;
if (rctx->file.fd != NGX_INVALID_FILE) {
return NGX_AGAIN;