From f0a88cc951fd2f2cc452c27b2ea0a13ea85172c9 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 3 Jun 2008 00:59:44 +0000 Subject: FreeBSD build fixes, and fix error message --- plugin/delegateldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/delegateldap.c') diff --git a/plugin/delegateldap.c b/plugin/delegateldap.c index 170c6a7..7a5c08e 100644 --- a/plugin/delegateldap.c +++ b/plugin/delegateldap.c @@ -74,7 +74,7 @@ report_ldap_error (const sasl_utils_t *utils, int ldap, const char *format, ...) } (utils->seterror) (utils->conn, 0, "%s%s%s", - buf, buf[0] ? ":" : "", ldap_err2string (ldap)); + buf, buf[0] ? ": " : "", ldap_err2string (ldap)); fprintf (stderr, "%s%s%s", buf, buf[0] ? ": " : "", ldap_err2string (ldap)); fputc ('\n', stderr); -- cgit v1.2.3