From: Michael Adam Date: Thu, 14 Aug 2008 22:49:19 +0000 (+0200) Subject: libgpo: use MODULESDIR instead of LIBDIR for the group policy extensions. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3346dd40832e8d61edfe4c56dce6fe85031f20f1;p=thirdparty%2Fsamba.git libgpo: use MODULESDIR instead of LIBDIR for the group policy extensions. Michael --- diff --git a/source/libgpo/gpext/gpext.c b/source/libgpo/gpext/gpext.c index 184a2fa185d..2ae9e2cebf9 100644 --- a/source/libgpo/gpext/gpext.c +++ b/source/libgpo/gpext/gpext.c @@ -479,7 +479,7 @@ static NTSTATUS gp_glob_ext_list(TALLOC_CTX *mem_ctx, SMB_STRUCT_DIR *dir = NULL; SMB_STRUCT_DIRENT *dirent = NULL; - dir = sys_opendir(lib_path(SAMBA_SUBSYSTEM_GPEXT)); + dir = sys_opendir(modules_path(SAMBA_SUBSYSTEM_GPEXT)); if (!dir) { return map_nt_error_from_unix(errno); }