]> git.sur5r.net Git - openldap/commitdiff
use libexecdir as default module path (ITS#4936)
authorPierangelo Masarati <ando@openldap.org>
Sat, 9 Jun 2007 17:49:39 +0000 (17:49 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 9 Jun 2007 17:49:39 +0000 (17:49 +0000)
servers/slapd/module.c

index ebeb50b6e748d8f1e741f103260589a1f741ba17..65633f88d6f358cb317390edcf89e1e983421695 100644 (file)
@@ -68,7 +68,8 @@ int module_init (void)
 
                return -1;
        }
-       return 0;
+
+       return module_path( LDAP_LIBEXECDIR );
 }
 
 int module_kill (void)