From 83a0b944b58722c5ba3a5a87e0998da1fd87aabf Mon Sep 17 00:00:00 2001 From: Sara Dickinson Date: Sun, 11 Dec 2016 17:10:44 +0000 Subject: [PATCH] Fix another stupid error.... --- src/stub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stub.c b/src/stub.c index 795c5542..b04cb6bb 100644 --- a/src/stub.c +++ b/src/stub.c @@ -881,7 +881,7 @@ tls_verify_callback(int preverify_ok, X509_STORE_CTX *ctx) * tls_auth_fail if there is a hostname provided*/ if (upstream->tls_auth_name[0]) { upstream->tls_auth_state = GETDNS_AUTH_FAILED; - preverify_ok == 0; + preverify_ok = 0; } #endif