bug 208655 - just needed to set the two_hosts argument for ldaptool_process_args in ldapcmp.c to pickup both hosts and ports

This commit is contained in:
richm%stanfordalumni.org 2006-01-18 23:19:42 +00:00
parent 046b3c553a
commit 35c98be598

View File

@ -104,7 +104,7 @@ main( int argc, char **argv )
sizelimit = timelimit = 0;
scope = LDAP_SCOPE_SUBTREE;
optind = ldaptool_process_args( argc, argv, "Bb:l:s:z:", 0,
optind = ldaptool_process_args( argc, argv, "Bb:l:s:z:", 1,
options_callback );
if ( optind == -1 ) {