ITS#8798 Fix swapped arguments

This commit is contained in:
Ondřej Kuzník 2018-01-19 18:21:17 +00:00
parent 00c8d8b1fb
commit 45258f272c

View File

@ -177,8 +177,8 @@ main( int argc, char **argv )
} else {
do_search( config, sbase, scope, filter,
NULL, attrs, noattrs, config->loops,
nobind, force );
NULL, attrs, noattrs, nobind,
config->loops, force );
}
}