summaryrefslogtreecommitdiffstats
path: root/source/utils
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-11-07 14:16:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:20 -0500
commitd92c83aa42fe64a0e996094d1a983f0279c7c707 (patch)
treea189ff031c1a4fdb82c4649b011d94ff7bfde4e3 /source/utils
parent26e9c1c1fae8f2fe402374f7cf1d87de48852fa6 (diff)
downloadsamba-d92c83aa42fe64a0e996094d1a983f0279c7c707.tar.gz
samba-d92c83aa42fe64a0e996094d1a983f0279c7c707.tar.xz
samba-d92c83aa42fe64a0e996094d1a983f0279c7c707.zip
r11551: Add a few more initialize_krb5_error_table
Diffstat (limited to 'source/utils')
-rw-r--r--source/utils/net_lookup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/utils/net_lookup.c b/source/utils/net_lookup.c
index 7f79b6d4f1e..3a6781f7621 100644
--- a/source/utils/net_lookup.c
+++ b/source/utils/net_lookup.c
@@ -186,6 +186,7 @@ static int net_lookup_kdc(int argc, const char **argv)
krb5_data realm;
char **realms;
+ initialize_krb5_error_table();
rc = krb5_init_context(&ctx);
if (rc) {
DEBUG(1,("krb5_init_context failed (%s)\n",