]> git.sur5r.net Git - openldap/blobdiff - tests/progs/slapd-search.c
ITS#8798 Fix swapped arguments
[openldap] / 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 );
                }
        }