mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-18 15:20:35 +08:00
add missing "break" to previous commit
This commit is contained in:
parent
b4586b2f84
commit
ffc69eadde
@ -267,6 +267,7 @@ do_random( char *uri, char *manager, struct berval *passwd,
|
||||
noattrs, 1, maxretries, delay, force,
|
||||
chaserefs );
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
tester_ldap_error( ld, "ldap_search_ext_s" );
|
||||
|
@ -287,6 +287,7 @@ do_random( char *uri, char *manager, struct berval *passwd,
|
||||
do_search( uri, manager, passwd, sbase, buf, &ld, noattrs,
|
||||
1, maxretries, delay, force, chaserefs );
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
tester_ldap_error( ld, "ldap_search_ext_s" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user