From d26c3243046670dd4d720025f03d2653a3693d18 Mon Sep 17 00:00:00 2001 From: zacheiss Date: Fri, 2 Aug 2002 15:21:27 +0000 Subject: [PATCH] One more missing LOWER(), this time in get_machines_of_container(). --- server/qsupport.pc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/qsupport.pc b/server/qsupport.pc index 4d489953..98988a5d 100644 --- a/server/qsupport.pc +++ b/server/qsupport.pc @@ -2054,7 +2054,7 @@ int get_machines_of_container(struct query *q, char *argv[], client *cl, if (!isrecursive) sprintf(tmp, "AND b.cnt_id = %d ", cnt_id); else - sprintf(tmp, "AND (b.cnt_id = %d OR b.name LIKE LOWER('%s/%%')) ", + sprintf(tmp, "AND (b.cnt_id = %d OR LOWER(b.name) LIKE LOWER('%s/%%')) ", cnt_id, containername); strcat(querystring, tmp); -- 2.45.2