Add (optional) parens in an if condition in chat()
[privoxy.git] / jcc.c
diff --git a/jcc.c b/jcc.c
index 875c8a7..ca5943c 100644 (file)
--- a/jcc.c
+++ b/jcc.c
@@ -3670,7 +3670,7 @@ static void chat(struct client_state *csp)
       use_ssl_tunnel = 1;
    }
 
-   if (http->ssl && csp->action->flags & ACTION_IGNORE_CERTIFICATE_ERRORS)
+   if (http->ssl && (csp->action->flags & ACTION_IGNORE_CERTIFICATE_ERRORS))
    {
       csp->dont_verify_certificate = 1;
    }