mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
Move gpo_fetch to top-level.
Signed-off-by: Günther Deschner <gd@samba.org>
This commit is contained in:
parent
d2bd5895cf
commit
7761850b1f
@ -1,4 +1,4 @@
|
||||
[SUBSYSTEM::LIBGPO]
|
||||
|
||||
LIBGPO_OBJ_FILES = ../libgpo/gpo_util.o ../libgpo/gpo_sec.o \
|
||||
../libgpo/gpext/gpext.o
|
||||
../libgpo/gpext/gpext.o ../libgpo/gpo_fetch.o
|
||||
|
@ -18,6 +18,8 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "system/filesys.h"
|
||||
#include "../libgpo/gpo.h"
|
||||
|
||||
/****************************************************************
|
||||
explode the GPO CIFS URI into their components
|
||||
@ -71,7 +73,7 @@ NTSTATUS gpo_explode_filesyspath(TALLOC_CTX *mem_ctx,
|
||||
*unix_path = talloc_strdup(mem_ctx, path);
|
||||
NT_STATUS_HAVE_NO_MEMORY(*unix_path);
|
||||
|
||||
TALLOC_FREE(path);
|
||||
talloc_free(path);
|
||||
return NT_STATUS_OK;
|
||||
}
|
||||
|
@ -412,7 +412,7 @@ LIBADDNS_OBJ = $(LIBADDNS_OBJ0) $(SOCKET_WRAPPER_OBJ)
|
||||
GPEXT_OBJ = ../libgpo/gpext/gpext.o @GPEXT_STATIC@
|
||||
|
||||
LIBGPO_OBJ0 = libgpo/gpo_ldap.o libgpo/gpo_ini.o ../libgpo/gpo_util.o \
|
||||
libgpo/gpo_fetch.o libgpo/gpo_filesync.o ../libgpo/gpo_sec.o \
|
||||
../libgpo/gpo_fetch.o libgpo/gpo_filesync.o ../libgpo/gpo_sec.o \
|
||||
libgpo/gpo_reg.o \
|
||||
$(GPEXT_OBJ)
|
||||
LIBGPO_OBJ = $(LIBGPO_OBJ0)
|
||||
|
Loading…
Reference in New Issue
Block a user