diff options
Diffstat (limited to 'plugin/delegateldap.c')
-rw-r--r-- | plugin/delegateldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |