From: Günther Deschner Date: Fri, 11 May 2007 13:19:49 +0000 (+0000) Subject: r22799: Fix the build. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~486 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e911c442bf9b076f43f99576f9b588df2c39233;p=thirdparty%2Fsamba.git r22799: Fix the build. Guenther --- diff --git a/source/libads/ldap.c b/source/libads/ldap.c index ff416b0085f..48be73230e7 100644 --- a/source/libads/ldap.c +++ b/source/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; }