From 43a47ce352dc43662dc5a59123ce4823e9ba7189 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 12 Apr 2023 21:49:46 +0300 Subject: Add support for random package ordering in build task module --- mod/mod-builds.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/mod-builds.cxx') diff --git a/mod/mod-builds.cxx b/mod/mod-builds.cxx index b0ff61a..bad13c1 100644 --- a/mod/mod-builds.cxx +++ b/mod/mod-builds.cxx @@ -825,8 +825,8 @@ handle (request& rq, response& rs) // size_t npos (0); - size_t ncur = build_db_->query_value ( - build_query (&conf_ids, bld_params, tn)); + size_t ncur (build_db_->query_value ( + build_query (&conf_ids, bld_params, tn))); // From now we will be using specific values for the below filters for // each build database query. Note that the toolchain is the only -- cgit v1.1