[1875] in Moira Commits

home help back first fref pref prev next nref lref last post

/svn/moira r4017 - trunk/moira/server

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Thu Aug 26 15:10:01 2010

Date: Thu, 26 Aug 2010 15:09:55 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201008261909.o7QJ9tcR027339@drugstore.mit.edu>
To: moira-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: zacheiss
Date: 2010-08-26 15:09:55 -0400 (Thu, 26 Aug 2010)
New Revision: 4017

Modified:
   trunk/moira/server/qsupport.pc
Log:
Don't include memacl lists in gaus output.

Modified: trunk/moira/server/qsupport.pc
===================================================================
--- trunk/moira/server/qsupport.pc	2010-08-26 02:49:36 UTC (rev 4016)
+++ trunk/moira/server/qsupport.pc	2010-08-26 19:09:55 UTC (rev 4017)
@@ -824,8 +824,7 @@
   rargv[0] = "LIST";
   EXEC SQL DECLARE csr113 CURSOR FOR
     SELECT name FROM list
-    WHERE (acl_type = :type AND acl_id = :id)
-    OR (memacl_type = :type AND memacl_id = :id);
+    WHERE (acl_type = :type AND acl_id = :id);
   if (dbms_errno)
     return mr_errcode;
   EXEC SQL OPEN csr113;


home help back first fref pref prev next nref lref last post