mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
add missing "break" to previous commit
This commit is contained in:
parent
b4586b2f84
commit
ffc69eadde
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue