From fba60251a2857e93c98e100ab9ca625102c6d2fb Mon Sep 17 00:00:00 2001 From: Andrey Volk Date: Sat, 15 Feb 2020 13:27:41 +0400 Subject: [PATCH] [apr] Fix typo in network_io/unix/sendrecv.c made by previous commit --- libs/apr/network_io/unix/sendrecv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/apr/network_io/unix/sendrecv.c b/libs/apr/network_io/unix/sendrecv.c index f09a8fdf09..ca7230accc 100644 --- a/libs/apr/network_io/unix/sendrecv.c +++ b/libs/apr/network_io/unix/sendrecv.c @@ -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;