]> andersk Git - moira.git/commitdiff
One more missing LOWER(), this time in get_machines_of_container().
authorzacheiss <zacheiss>
Fri, 2 Aug 2002 15:21:27 +0000 (15:21 +0000)
committerzacheiss <zacheiss>
Fri, 2 Aug 2002 15:21:27 +0000 (15:21 +0000)
server/qsupport.pc

index 4d489953fa1336ab6e7150622a05364a5a15a5f9..98988a5db5e163707868fd3e44d9eec087f100cf 100644 (file)
@@ -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);
This page took 0.207589 seconds and 5 git commands to generate.