From e9e4f99f01211d5dd0c41ee7bf0c238454536e21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 14 Jun 2011 22:00:25 -0700 Subject: [PATCH] add missing space in log message --- kdc/kerberos5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdc/kerberos5.c b/kdc/kerberos5.c index 947c1154f..4bc161917 100644 --- a/kdc/kerberos5.c +++ b/kdc/kerberos5.c @@ -1099,7 +1099,7 @@ _kdc_as_rep(krb5_context context, NULL); if (ret) { kdc_log(context, config, 0, - "Client (%s) from %s has no common enctypes with KDC" + "Client (%s) from %s has no common enctypes with KDC " "to use for the session key", client_name, from); goto out;