summaryrefslogtreecommitdiff
path: root/source3/libads/ldap.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-05-11 13:19:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:21:59 -0500
commit75a0171857001bda9ac321e5f02dce516343f0ae (patch)
treee24cf74c5ecf0f7837f4e4bc31204d06e54dac2d /source3/libads/ldap.c
parent46c5da2fd668ceecf0009374b508f3cf0d1c3e3e (diff)
downloadsamba-75a0171857001bda9ac321e5f02dce516343f0ae.tar.gz
samba-75a0171857001bda9ac321e5f02dce516343f0ae.tar.bz2
samba-75a0171857001bda9ac321e5f02dce516343f0ae.zip
r22799: Fix the build.
Guenther (This used to be commit 6e911c442bf9b076f43f99576f9b588df2c39233)
Diffstat (limited to 'source3/libads/ldap.c')
-rw-r--r--source3/libads/ldap.c2
1 files changed, 1 insertions, 1 deletions
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;
}