diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-07-03 00:44:39 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-07-03 00:44:39 +0000 |
commit | 0df1e25542cfddbb383955e6f541207e38acf654 (patch) | |
tree | 06aeba3ee4301d66bc1c1226d42eb514fbde2f1c /source3/nsswitch | |
parent | 09b2af9a648e468dea6f47e8c3533ba82b86d1f9 (diff) | |
download | samba-0df1e25542cfddbb383955e6f541207e38acf654.tar.gz samba-0df1e25542cfddbb383955e6f541207e38acf654.tar.bz2 samba-0df1e25542cfddbb383955e6f541207e38acf654.zip |
Kill off codepage related stuff, now we don't use codepages any more.
Andrew Bartlett
(This used to be commit d1ca2b9f23ce701eb6b6becafb1acd813fc8fc3a)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/wins.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/nsswitch/wins.c b/source3/nsswitch/wins.c index 8b629f1132..9bb2d6755c 100644 --- a/source3/nsswitch/wins.c +++ b/source3/nsswitch/wins.c @@ -80,14 +80,10 @@ static void nss_wins_init(void) DEBUGLEVEL = 0; AllowDebugChange = False; - /* needed for lp_xx() functions */ - charset_initialise(); - TimeInit(); setup_logging("nss_wins",False); lp_load(dyn_CONFIGFILE,True,False,False); load_interfaces(); - codepage_initialise(lp_client_code_page()); } static struct node_status *lookup_byaddr_backend(char *addr, int *count) |