From 75a0171857001bda9ac321e5f02dce516343f0ae Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 11 May 2007 13:19:49 +0000 Subject: r22799: Fix the build. Guenther (This used to be commit 6e911c442bf9b076f43f99576f9b588df2c39233) --- source3/libads/ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libads/ldap.c') diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index ff416b0085..48be73230e 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; } -- cgit