N_()ify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23809 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -62,8 +62,6 @@ krb5_mk_rep(krb5_context context,
|
||||
auth_context->keyblock);
|
||||
if(ret) {
|
||||
free_EncAPRepPart(&body);
|
||||
krb5_set_error_message(context, ret,
|
||||
"krb5_mk_rep: generating subkey");
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
@@ -72,7 +70,7 @@ krb5_mk_rep(krb5_context context,
|
||||
if (ret) {
|
||||
free_EncAPRepPart(&body);
|
||||
krb5_set_error_message(context, ENOMEM,
|
||||
"krb5_copy_keyblock: out of memory");
|
||||
N_("malloc: out of memory", ""));
|
||||
return ENOMEM;
|
||||
}
|
||||
} else
|
||||
|
Reference in New Issue
Block a user