fixed windows mmap code

This commit is contained in:
Roman Arutyunyan 2013-06-13 00:44:37 +04:00
parent cbd7a71723
commit 14ba61505f

View file

@ -275,7 +275,7 @@ ngx_rtmp_mp4_munmap(void *data, size_t size, ngx_fd_t *extra)
}
if (CloseHandle(*extra) == 0) {
ret = NGX_ERROR;
rc = NGX_ERROR;
}
return rc;