fixed compilation

This commit is contained in:
Roman Arutyunyan 2012-10-15 09:43:22 +04:00
parent 2ef9075f2b
commit a4c790e0ee

View file

@ -1076,7 +1076,7 @@ ngx_rtmp_cmd_seek(ngx_rtmp_session_t *s, ngx_rtmp_seek_t *v)
return (ngx_rtmp_send_user_stream_eof(s, NGX_RTMP_CMD_MSID) != NGX_OK
|| ngx_rtmp_send_user_stream_begin(s, NGX_RTMP_CMD_MSID) != NGX_OK
|| ngx_rtmp_send_status(s, "NetStream.Seek.Notify", "status",
"Seeking")
"Seeking"))
? NGX_ERROR
: NGX_OK;
}