]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/module.c
fix ITS#5959 fix
[openldap] / servers / slapd / module.c
index 65633f88d6f358cb317390edcf89e1e983421695..25f5f3ae92477321873ede44dab03aaf82740114 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2007 The OpenLDAP Foundation.
+ * Copyright 1998-2009 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -69,7 +69,7 @@ int module_init (void)
                return -1;
        }
 
-       return module_path( LDAP_LIBEXECDIR );
+       return module_path( LDAP_MODULEDIR );
 }
 
 int module_kill (void)