From 31e28d3b535c7f34b889695e4db23790e43cf85f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 24 Jan 1997 00:48:37 +0000 Subject: Better notification on authentication failure. svn path=/trunk/; revision=820 --- driver.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/driver.c b/driver.c index 61e6ffae..69ed831d 100644 --- a/driver.c +++ b/driver.c @@ -1118,7 +1118,12 @@ const struct method *proto; /* protocol method table */ if (ok == PS_ERROR) ok = PS_AUTHFAIL; if (ok != 0) + { + error(0, 0, "Authorization failure on %s@%s", + ctl->remotename, + realname); goto cleanUp; + } vtalarm(ctl->server.timeout); /* compute number of messages and number of new messages waiting */ -- cgit v1.2.3