1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

s3-winbindd: no need to globally include ldap headers in winbindd.

Guenther
This commit is contained in:
Günther Deschner 2011-11-16 22:53:24 +01:00
parent 7de6e6fbc7
commit 21691b38bc
2 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@
#include "librpc/gen_ndr/wbint.h"
#include "talloc_dict.h"
#include "smb_ldap.h"
#include "../lib/util/tevent_ntstatus.h"

View File

@ -769,7 +769,7 @@ static NTSTATUS msrpc_lookup_groupmem(struct winbindd_domain *domain,
#ifdef HAVE_LDAP
#include <ldap.h>
#include "smb_ldap.h"
static int get_ldap_seq(const char *server, struct sockaddr_storage *ss, int port, uint32 *seq)
{