diff options
Diffstat (limited to 'source4/libgpo')
-rw-r--r-- | source4/libgpo/ads_convenience.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libgpo/ads_convenience.c b/source4/libgpo/ads_convenience.c index 6e2dbca538..09ceecc752 100644 --- a/source4/libgpo/ads_convenience.c +++ b/source4/libgpo/ads_convenience.c @@ -56,7 +56,7 @@ static ADS_STATUS ads_connect(ADS_STRUCT *ads) url = talloc_asprintf(ads, "ldap://%s", io->out.dcs[0].name); ads->ldbctx = ldb_wrap_connect(ads, ads->netctx->event_ctx, ads->netctx->lp_ctx, - url, NULL, ads->netctx->cred, 0, NULL); + url, NULL, ads->netctx->cred, 0); if (ads->ldbctx == NULL) { return ADS_ERROR_NT(NT_STATUS_UNSUCCESSFUL); } |