[apr] Fix typo in network_io/unix/sendrecv.c made by previous commit
This commit is contained in:
parent
32f636c723
commit
fba60251a2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue