lib/util: charset modules do not exist any more
authorAndrew Bartlett <abartlet@samba.org>
Tue, 3 Apr 2012 04:18:09 +0000 (14:18 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 3 Apr 2012 06:07:41 +0000 (08:07 +0200)
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Tue Apr  3 08:07:42 CEST 2012 on sn-devel-104

lib/util/modules.c

index 05d1dac50f9bd2294fdf5f60a2cc089813437adb..93fd79be3d4b1ff74b634f449fd824dffc5febbf 100644 (file)
@@ -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] != '/') {