blob: adf8a601617f0924012bd571b6d1c1a640b44453 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ak,v 1.2 2002/08/25 18:39:52 jlam Exp $
--- lib/checkpw.c.orig Sat Feb 17 00:06:48 2001
+++ lib/checkpw.c
@@ -1127,7 +1127,7 @@ static int saslauthd_verify_password(sas
r = connect(s, (struct sockaddr *) &srvaddr, sizeof(srvaddr));
if (r == -1) {
if (reply)
- *reply = "cannot connect to pwcheck server";
+ *reply = "cannot connect to saslauthd server";
return SASL_FAIL;
}
|