Skip to content

Commit bad41a5

Browse files
committed
_httpWait's usessl parameter wasn't being used.
1 parent 2190813 commit bad41a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cups/http.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3039,7 +3039,7 @@ _httpWait(http_t *http, /* I - HTTP connection */
30393039
*/
30403040

30413041
#ifdef HAVE_TLS
3042-
if (http->tls && _httpTLSPending(http))
3042+
if (usessl && http->tls && _httpTLSPending(http))
30433043
{
30443044
DEBUG_puts("5_httpWait: Return 1 since there is pending TLS data.");
30453045
return (1);

0 commit comments

Comments
 (0)