]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/http.c
Merge easysw-1.4svn-r7834
[thirdparty/cups.git] / cups / http.c
index 894f7641af854c026f983a0f6f0121c5e3efa093..26f2107891ed99e2d501165f79d2cd5db6f1efb6 100644 (file)
@@ -3032,7 +3032,8 @@ http_wait(http_t *http,                   /* I - Connection to server */
 #  elif defined(HAVE_CDSASSL)
     size_t bytes;                      /* Bytes that are available */
 
-    if (!SSLGetBufferedReadSize(((http_tls_t *)http->tls)->session, &bytes) && bytes > 0)
+    if (!SSLGetBufferedReadSize(((http_tls_t *)(http->tls))->session, &bytes) &&
+        bytes > 0)
       return (1);
 #  endif /* HAVE_LIBSSL */
   }