From 18e6f9c6aae5c63596a8d6d96bac1942290513fe Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 20 Aug 2007 09:47:13 +0000 Subject: r24573: Fix build without LDAP. Thanks Volker for pointing this out. Guenther (This used to be commit 1bae53e39f86a9b3b277578a71b906ca1cd0e4fa) --- source3/libgpo/gpo_ini.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/libgpo/gpo_ini.c') diff --git a/source3/libgpo/gpo_ini.c b/source3/libgpo/gpo_ini.c index 4e0bdf645a..306d6f9bec 100644 --- a/source3/libgpo/gpo_ini.c +++ b/source3/libgpo/gpo_ini.c @@ -145,12 +145,8 @@ static NTSTATUS convert_file_from_ucs2(TALLOC_CTX *mem_ctx, talloc_set_destructor(ctx, gp_inifile_free_context); -#ifdef HAVE_LDAP status = gp_find_file(mem_ctx, flags, unix_path, suffix, &ini_filename); -#else - status = NT_STATUS_NOT_IMPLEMENTED; -#endif if (!NT_STATUS_IS_OK(status)) { goto failed; -- cgit