summaryrefslogtreecommitdiff
path: root/source3/utils/net_lookup.c
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
commitf99b429446595944991bd2b3e9f4e6a9dd2c13cb (patch)
tree4b67a4c1d53d056e3a873f72870f35b9baee6871 /source3/utils/net_lookup.c
parent07084805678a90389d672b27c382786d81d53b67 (diff)
downloadsamba-f99b429446595944991bd2b3e9f4e6a9dd2c13cb.tar.gz
samba-f99b429446595944991bd2b3e9f4e6a9dd2c13cb.tar.bz2
samba-f99b429446595944991bd2b3e9f4e6a9dd2c13cb.zip
r11551: Add a few more initialize_krb5_error_table
(This used to be commit d92c83aa42fe64a0e996094d1a983f0279c7c707)
Diffstat (limited to 'source3/utils/net_lookup.c')
-rw-r--r--source3/utils/net_lookup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_lookup.c b/source3/utils/net_lookup.c
index 7f79b6d4f1..3a6781f762 100644
--- a/source3/utils/net_lookup.c
+++ b/source3/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",