aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 88add41c..b78baa25 100644
--- a/driver.c
+++ b/driver.c
@@ -1097,7 +1097,7 @@ static int do_session(
ctl->sslcertpath,ctl->sslfingerprint,realhost,ctl->server.pollname) == -1)
{
report(stderr, GT_("SSL connection failed.\n"));
- err = PS_AUTHFAIL;
+ err = PS_SOCKET;
goto cleanUp;
}