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;