Skip to content

Commit

Permalink
fixed return code
Browse files Browse the repository at this point in the history
  • Loading branch information
arut committed Sep 1, 2014
1 parent 5e1d735 commit 0b3d545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hls/ngx_rtmp_mpegts.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ngx_rtmp_mpegts_write_file(ngx_rtmp_mpegts_file_t *file, u_char *in,
return NGX_ERROR;
}

return rc;
return NGX_OK;
}

/* encrypt */
Expand Down

0 comments on commit 0b3d545

Please sign in to comment.