1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

r22799: Fix the build.

Guenther
This commit is contained in:
Günther Deschner 2007-05-11 13:19:49 +00:00 committed by Gerald (Jerry) Carter
parent e138cbc876
commit 6e911c442b

View File

@ -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;
}