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:
parent
e138cbc876
commit
6e911c442b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user