]> andersk Git - moira.git/commitdiff
oops, wrong argument.
authorzacheiss <zacheiss>
Mon, 12 Jan 2009 21:39:29 +0000 (21:39 +0000)
committerzacheiss <zacheiss>
Mon, 12 Jan 2009 21:39:29 +0000 (21:39 +0000)
server/qsetup.pc

index 4bea49e85c135ec588a5e49943c9d38db550533a..64e76fb655c2e4128c03fab46e36f3c0eb7b1bd0 100644 (file)
@@ -1593,7 +1593,7 @@ int setup_aali(struct query *q, char *argv[], client *cl)
     return MR_SUCCESS;
 
   EXEC SQL SELECT count(label) INTO :cnt FROM filesys WHERE
-    label = :trans;
+    label = :name;
   if (cnt > 0)
     return MR_EXISTS;
 
This page took 0.048913 seconds and 5 git commands to generate.