Merge pull request #365 from signalwire/apr_typo

[apr] Fix typo in network_io/unix/sendrecv.c made by previous commit
This commit is contained in:
Andrey Volk 2020-02-15 13:47:13 +04:00 committed by GitHub
commit 3edf08bfb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;