Skip to content
Snippets Groups Projects
Commit 44620410 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

ldapsearch -E subentries=... lacked a break; for case 'E':

parent 6ce1fc09
No related branches found
No related tags found
No related merge requests found
......@@ -359,6 +359,7 @@ main( int argc, char **argv )
return EXIT_FAILURE;
}
if( crit ) subentries *= -1;
break;
#endif
} else {
......
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