]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Wed, 13 May 2015 12:12:10 +0000 (12:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Wed, 13 May 2015 12:12:10 +0000 (12:12 +0000)
src/client_side.cc

index 93a54dceaf92a0bb2967508b1cafc35740451317..65423790cf78f7305a2f3faab65dd0692d0c5b39 100644 (file)
@@ -3592,7 +3592,7 @@ Squid_SSL_accept(ConnStateData *conn, PF *callback)
                 debugs(83, 2, "Error negotiating SSL connection on FD " << fd << ": Aborted by client: " << ssl_error);
             } else {
                 debugs(83, (xerrno == ECONNRESET) ? 1 : 2, "Error negotiating SSL connection on FD " << fd << ": " <<
-                           (xerrno == 0 ? ERR_error_string(ssl_error, NULL) : xstrerr(xerrno)));
+                       (xerrno == 0 ? ERR_error_string(ssl_error, NULL) : xstrerr(xerrno)));
             }
             return -1;