summaryrefslogtreecommitdiffstats
path: root/source/utils/net_lookup.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-11-07 14:16:50 +0000
committerVolker Lendecke <vlendec@samba.org>2005-11-07 14:16:50 +0000
commitcf43648d9b0929f13deee3eafce7b5cc658f0112 (patch)
treea189ff031c1a4fdb82c4649b011d94ff7bfde4e3 /source/utils/net_lookup.c
parentb16b14ef17a361af29f2d1837a6ef80dbd9c5f78 (diff)
downloadsamba-cf43648d9b0929f13deee3eafce7b5cc658f0112.tar.gz
samba-cf43648d9b0929f13deee3eafce7b5cc658f0112.tar.xz
samba-cf43648d9b0929f13deee3eafce7b5cc658f0112.zip
r11551: Add a few more initialize_krb5_error_table
Diffstat (limited to 'source/utils/net_lookup.c')
-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",