From: Andrey Volk Date: Sat, 15 Feb 2020 09:27:41 +0000 (+0400) Subject: [apr] Fix typo in network_io/unix/sendrecv.c made by previous commit X-Git-Tag: v1.10.3^2~162^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fba60251a2857e93c98e100ab9ca625102c6d2fb;p=thirdparty%2Ffreeswitch.git [apr] Fix typo in network_io/unix/sendrecv.c made by previous commit --- 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;