From b66b5f9e3f7e59fd6e821bdacbc904f1cc4ffb29 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 3 Apr 2012 14:18:09 +1000 Subject: lib/util: charset modules do not exist any more Autobuild-User: Andrew Bartlett Autobuild-Date: Tue Apr 3 08:07:42 CEST 2012 on sn-devel-104 --- lib/util/modules.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib') 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] != '/') { -- cgit