summaryrefslogtreecommitdiff
path: root/source3/lib/netapi
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 /source3/lib/netapi
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 'source3/lib/netapi')
-rw-r--r--source3/lib/netapi/netapi.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/lib/netapi/netapi.c b/source3/lib/netapi/netapi.c
index b1586ebee61..fd062795561 100644
--- a/source3/lib/netapi/netapi.c
+++ b/source3/lib/netapi/netapi.c
@@ -68,9 +68,6 @@ NET_API_STATUS libnetapi_init(struct libnetapi_ctx **context)
#endif
frame = talloc_stackframe();
- /* Case tables must be loaded before any string comparisons occour */
- load_case_tables_library();
-
/* When libnetapi is invoked from an application, it does not
* want to be swamped with level 10 debug messages, even if
* this has been set for the server in smb.conf */