Skip to content

Commit e256cb2

Browse files
committed
= != ==
1 parent 98a0ca4 commit e256cb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cups/tls-gnutls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,7 @@ _httpTLSRead(http_t *http, // I - Connection to server
16291629

16301630
case GNUTLS_E_REHANDSHAKE :
16311631
// if used in client, ignore the error
1632-
if (http->mode = _HTTP_MODE_CLIENT)
1632+
if (http->mode == _HTTP_MODE_CLIENT)
16331633
{
16341634
errno = 0;
16351635
result = 0;

0 commit comments

Comments
 (0)