select heimdal_kuser as text domain
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23837 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -74,6 +74,10 @@ main (int argc, char **argv)
|
|||||||
|
|
||||||
setprogname (argv[0]);
|
setprogname (argv[0]);
|
||||||
|
|
||||||
|
setlocale (LC_ALL, "");
|
||||||
|
bindtextdomain ("heimdal_kuser", HEIMDAL_LOCALEDIR);
|
||||||
|
textdomain("heimdal_kuser");
|
||||||
|
|
||||||
ret = krb5_init_context (&context);
|
ret = krb5_init_context (&context);
|
||||||
if (ret == KRB5_CONFIG_BADFORMAT)
|
if (ret == KRB5_CONFIG_BADFORMAT)
|
||||||
errx (1, "krb5_init_context failed to parse configuration file");
|
errx (1, "krb5_init_context failed to parse configuration file");
|
||||||
|
Reference in New Issue
Block a user