[apr] Fix typo in network_io/unix/sendrecv.c made by previous commit

This commit is contained in:
Andrey Volk 2020-02-15 13:27:41 +04:00
parent 32f636c723
commit fba60251a2
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ apr_status_t apr_socket_sendfile(apr_socket_t *sock, apr_file_t *file,
/* Ignore flags for now. */
flags = 0;
assert(flags=0);
assert(flags==0);
if (hdtr->numheaders > 0) {
apr_size_t hdrbytes;