summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-03-21 19:49:17 +0100
committerJeremy Allison <jra@samba.org>2015-03-24 00:00:20 +0100
commit06a727e8f84ae28afd2b6c2eadf18916348c6dca (patch)
tree4b2c7ddc664c3f6bf6487da367b048dff97d5781 /nsswitch
parent00df00d8d06b149d960a901f7fe2e49f0cb3c081 (diff)
downloadsamba-06a727e8f84ae28afd2b6c2eadf18916348c6dca.tar.gz
lib: Remove load_case_tables_library()
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'nsswitch')
-rw-r--r--nsswitch/wins.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nsswitch/wins.c b/nsswitch/wins.c
index 5127ee479f4..a0790cf6604 100644
--- a/nsswitch/wins.c
+++ b/nsswitch/wins.c
@@ -48,7 +48,6 @@ NSS_STATUS _nss_wins_gethostbyname2_r(const char *name, int af, struct hostent *
static void nss_wins_init(void)
{
initialised = 1;
- load_case_tables_library();
lp_set_cmdline("log level", "0");
TimeInit();