diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-04-03 14:18:09 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-04-03 08:07:41 +0200 |
commit | b66b5f9e3f7e59fd6e821bdacbc904f1cc4ffb29 (patch) | |
tree | 67923c48ce03e080ff1414efd361852183404439 /lib | |
parent | 7cda954fbbc80ffd89d3d8f7e6af32dd93def32d (diff) | |
download | samba-b66b5f9e3f7e59fd6e821bdacbc904f1cc4ffb29.tar.gz samba-b66b5f9e3f7e59fd6e821bdacbc904f1cc4ffb29.tar.bz2 samba-b66b5f9e3f7e59fd6e821bdacbc904f1cc4ffb29.zip |
lib/util: charset modules do not exist any more
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Tue Apr 3 08:07:42 CEST 2012 on sn-devel-104
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util/modules.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/util/modules.c b/lib/util/modules.c index 05d1dac50f..93fd79be3d 100644 --- a/lib/util/modules.c +++ b/lib/util/modules.c @@ -171,10 +171,6 @@ static NTSTATUS do_smb_load_module(const char *subsystem, /* Check for absolute path */ - /* if we make any 'samba multibyte string' - calls here, we break - for loading string modules */ - DEBUG(5, ("%s module '%s'\n", is_probe ? "Probing" : "Loading", module_name)); if (subsystem && module_name[0] != '/') { |