summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-05-11 13:19:49 +0000
committerGünther Deschner <gd@samba.org>2007-05-11 13:19:49 +0000
commit16412893b687d92123405bbe4a7380abbbfca7e7 (patch)
treedf289b6a8899730dfcaf1037b9fcd743c1036518
parentc285b44c08a2db98f19e5c318024f6ad5b8701a3 (diff)
downloadsamba-16412893b687d92123405bbe4a7380abbbfca7e7.tar.gz
samba-16412893b687d92123405bbe4a7380abbbfca7e7.tar.xz
samba-16412893b687d92123405bbe4a7380abbbfca7e7.zip
r22799: Fix the build.
Guenther
-rw-r--r--source/libads/ldap.c2
1 files changed, 1 insertions, 1 deletions
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;
}