diff options
| author | Volker Lendecke <vlendec@samba.org> | 2005-04-10 15:54:18 +0000 |
|---|---|---|
| committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:34 -0500 |
| commit | dded66808dab60c4e64e5401a5cb8b1605e29f0e (patch) | |
| tree | c420033338305c4cd6a5738965fcddfae54aeae5 /source3 | |
| parent | 0f7e9f6c56506cb390491dc7db9153aa41565981 (diff) | |
r6281: Fix the build for FreeBSD 4 -- no winbind
(This used to be commit 1ce9a0159d36c2e4f154fb60c86cebcfbc2038dc)
Diffstat (limited to 'source3')
| -rw-r--r-- | source3/web/diagnose.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/web/diagnose.c b/source3/web/diagnose.c index 0c9c854df7..f4b022cf58 100644 --- a/source3/web/diagnose.c +++ b/source3/web/diagnose.c @@ -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); |
