mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
ldapsearch -E subentries=... lacked a break; for case 'E':
This commit is contained in:
parent
6ce1fc099a
commit
44620410d5
1 changed files with 1 additions and 0 deletions
|
|
@ -359,6 +359,7 @@ main( int argc, char **argv )
|
|||
return EXIT_FAILURE;
|
||||
}
|
||||
if( crit ) subentries *= -1;
|
||||
break;
|
||||
#endif
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue