N_()ify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23774 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -53,7 +53,7 @@ krb5_generate_subkey_extended(krb5_context context,
|
|||||||
|
|
||||||
ALLOC(*subkey, 1);
|
ALLOC(*subkey, 1);
|
||||||
if (*subkey == NULL) {
|
if (*subkey == NULL) {
|
||||||
krb5_set_error_message(context, ENOMEM, "malloc: out of memory");
|
krb5_set_error_message(context, ENOMEM,N_("malloc: out of memory", ""));
|
||||||
return ENOMEM;
|
return ENOMEM;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user