1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

s3-build: use HAVE_ADS define in some more places.

Guenther
This commit is contained in:
Günther Deschner
2011-03-18 15:18:29 +01:00
parent 89b6af0982
commit c53e7f8d58
2 changed files with 2 additions and 2 deletions

View File

@ -362,7 +362,7 @@ WERROR NetGetJoinInformation_l(struct libnetapi_ctx *ctx,
WERROR NetGetJoinableOUs_l(struct libnetapi_ctx *ctx,
struct NetGetJoinableOUs *r)
{
#ifdef WITH_ADS
#ifdef HAVE_ADS
NTSTATUS status;
ADS_STATUS ads_status;
ADS_STRUCT *ads = NULL;