From f99b429446595944991bd2b3e9f4e6a9dd2c13cb Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 7 Nov 2005 14:16:50 +0000 Subject: r11551: Add a few more initialize_krb5_error_table (This used to be commit d92c83aa42fe64a0e996094d1a983f0279c7c707) --- source3/utils/net_lookup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils') 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", -- cgit