fix log messge
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9117 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -204,8 +204,7 @@ do_524(const Ticket *t, krb5_data *reply,
|
||||
|
||||
ret = hdb_enctype2key(context, server, t->enc_part.etype, &skey);
|
||||
if(ret){
|
||||
kdc_log(0, "No suitable key found for server (%s) from %s "
|
||||
"when converting ticket from ", spn, from);
|
||||
kdc_log(0, "No suitable key found for server (%s) from %s", spn, from);
|
||||
goto out;
|
||||
}
|
||||
ret = krb5_crypto_init(context, &skey->key, 0, &crypto);
|
||||
|
Reference in New Issue
Block a user