From 45258f272ce4a37952ccb276631cfc0babf66462 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Fri, 19 Jan 2018 18:21:17 +0000 Subject: [PATCH] ITS#8798 Fix swapped arguments --- tests/progs/slapd-search.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/progs/slapd-search.c b/tests/progs/slapd-search.c index c8505f05c8..5c50d76e5b 100644 --- a/tests/progs/slapd-search.c +++ b/tests/progs/slapd-search.c @@ -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 ); } } -- 2.39.5