mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#8798 Fix swapped arguments
This commit is contained in:
parent
00c8d8b1fb
commit
45258f272c
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user