X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fmodule.c;h=25f5f3ae92477321873ede44dab03aaf82740114;hb=f30269f5d2e4bb5ee7486fe6542078d1b59dba6d;hp=65633f88d6f358cb317390edcf89e1e983421695;hpb=d4d90f0ef3f0b027787a8e6d3f378721fc035da2;p=openldap diff --git a/servers/slapd/module.c b/servers/slapd/module.c index 65633f88d6..25f5f3ae92 100644 --- a/servers/slapd/module.c +++ b/servers/slapd/module.c @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * 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)