diff options
author | Tim Potter <tpot@samba.org> | 2001-10-17 00:11:02 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-10-17 00:11:02 +0000 |
commit | 5e0d7b696686c433960ff6fe9716e2d897290429 (patch) | |
tree | 71d225b3a558446726b2868a55e1107ba0a56492 /source3/smbwrapper | |
parent | ca4c584fb553c650753e6c621d58c1fa71e8adc8 (diff) | |
download | samba-5e0d7b696686c433960ff6fe9716e2d897290429.tar.gz samba-5e0d7b696686c433960ff6fe9716e2d897290429.tar.xz samba-5e0d7b696686c433960ff6fe9716e2d897290429.zip |
charset_initialise() doesn't exist anymore.
Why don't we build smbwrapper on a build farm machine to spot this sort of
thing earlier?
(This used to be commit 234943c066f7cc549b84980cef51116f30f3f7c4)
Diffstat (limited to 'source3/smbwrapper')
-rw-r--r-- | source3/smbwrapper/smbw.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbwrapper/smbw.c b/source3/smbwrapper/smbw.c index ab15bd93dce..3c7f4926f6d 100644 --- a/source3/smbwrapper/smbw.c +++ b/source3/smbwrapper/smbw.c @@ -81,8 +81,6 @@ void smbw_init(void) lp_load(servicesf,True,False,False); - charset_initialise(); - get_myname(global_myname); if ((p=smbw_getshared("DEBUG"))) { |