Update cgi_send_banner()'s comment header
[privoxy.git] / jcc.c
diff --git a/jcc.c b/jcc.c
index 8283add..d82407c 100644 (file)
--- a/jcc.c
+++ b/jcc.c
@@ -3942,8 +3942,8 @@ static void handle_established_connection(struct client_state *csp)
                   if ((ssl_send_data_delayed(&(csp->ssl_client_attr),
                           (const unsigned char *)hdr, strlen(hdr),
                           get_write_delay(csp)) < 0)
-                     || (len = ssl_flush_socket(&(csp->ssl_client_attr),
-                            csp->iob) < 0))
+                     || ((len = ssl_flush_socket(&(csp->ssl_client_attr),
+                            csp->iob)) < 0))
                   {
                      log_error(LOG_LEVEL_CONNECT, "Write header to client failed");