add missing space in log message
This commit is contained in:
@@ -1099,7 +1099,7 @@ _kdc_as_rep(krb5_context context,
|
|||||||
NULL);
|
NULL);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
kdc_log(context, config, 0,
|
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",
|
"to use for the session key",
|
||||||
client_name, from);
|
client_name, from);
|
||||||
goto out;
|
goto out;
|
||||||
|
Reference in New Issue
Block a user