]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/module.c
ITS#6024 Don't send cookies without csn.
[openldap] / servers / slapd / module.c
index ebeb50b6e748d8f1e741f103260589a1f741ba17..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
@@ -68,7 +68,8 @@ int module_init (void)
 
                return -1;
        }
-       return 0;
+
+       return module_path( LDAP_MODULEDIR );
 }
 
 int module_kill (void)