1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r6281: Fix the build for FreeBSD 4 -- no winbind

(This used to be commit 1ce9a0159d)
This commit is contained in:
Volker Lendecke 2005-04-10 15:54:18 +00:00 committed by Gerald (Jerry) Carter
parent 0f7e9f6c56
commit dded66808d

View File

@ -21,10 +21,10 @@
#include "includes.h"
#include "web/swat_proto.h"
#ifdef WITH_WINBIND
extern struct in_addr loopback_ip;
#ifdef WITH_WINBIND
NSS_STATUS winbindd_request(int req_type,
struct winbindd_request *request,
struct winbindd_response *response);