]> git.sur5r.net Git - openldap/commitdiff
ITS#8798 Fix swapped arguments
authorOndřej Kuzník <ondra@openldap.org>
Fri, 19 Jan 2018 18:21:17 +0000 (18:21 +0000)
committerOndřej Kuzník <ondra@openldap.org>
Fri, 19 Jan 2018 18:21:17 +0000 (18:21 +0000)
tests/progs/slapd-search.c

index c8505f05c8573d52839723569c7e98083625fd49..5c50d76e5b9ae480d7230b94b9ab643638e8f119 100644 (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 );
                }
        }