]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[apr] Fix typo in network_io/unix/sendrecv.c made by previous commit 365/head
authorAndrey Volk <andywolk@gmail.com>
Sat, 15 Feb 2020 09:27:41 +0000 (13:27 +0400)
committerAndrey Volk <andywolk@gmail.com>
Sat, 15 Feb 2020 09:27:41 +0000 (13:27 +0400)
libs/apr/network_io/unix/sendrecv.c

index f09a8fdf096bb6a971b1bbd5fab5e052bb45a4f9..ca7230acccad5a4ada54b2dd2d1a259df5e1abba 100644 (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;