Skip to content
Snippets Groups Projects
Commit 8de44663 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

ITS#1730 and completion of ITS#1701

parent 4a8ab5db
No related branches found
No related tags found
No related merge requests found
......@@ -1127,7 +1127,7 @@ re_encode_request( LDAP *ld,
} else if ( tag == LDAP_REQ_SEARCH ) {
/* search requests need to be re-scope-ed */
rc = ber_scanf( &tmpber, "{ae" /*"}"*/, &orig_dn, &scope );
rtag = ber_scanf( &tmpber, "{ae" /*"}"*/, &orig_dn, &scope );
if( srv->lud_scope != LDAP_SCOPE_DEFAULT ) {
/* use the scope provided in reference */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment