From: Günther Deschner Date: Fri, 11 May 2007 13:19:49 +0000 (+0000) Subject: r22799: Fix the build. X-Git-Tag: samba-4.0.0alpha6~801^2~5911 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75a0171857001bda9ac321e5f02dce516343f0ae;p=thirdparty%2Fsamba.git r22799: Fix the build. Guenther (This used to be commit 6e911c442bf9b076f43f99576f9b588df2c39233) --- diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index ff416b0085f..48be73230e7 100644 --- a/source3/libads/ldap.c +++ b/source3/libads/ldap.c @@ -650,7 +650,7 @@ static ADS_STATUS ads_do_paged_search_args(ADS_STRUCT *ads, rc = LDAP_NO_MEMORY; goto done; } - if ((ber_flatten(ext_be, &extdn_bv)) == -1) { + if ((ber_flatten(ext_be, &ext_bv)) == -1) { rc = LDAP_NO_MEMORY; goto done; }