]> andersk Git - moira.git/commitdiff
Being on the membership acl should be sufficient to use tmol.
authorzacheiss <zacheiss>
Wed, 14 Mar 2001 20:51:44 +0000 (20:51 +0000)
committerzacheiss <zacheiss>
Wed, 14 Mar 2001 20:51:44 +0000 (20:51 +0000)
server/qaccess.pc

index b2d827b02bd7825526c7253dbad9adf670ab65fc..5820f28303aba7ed91f9db643d0980db65123839 100644 (file)
@@ -198,7 +198,7 @@ int access_list(struct query *q, char *argv[], client *cl)
 
   /* If not amtl, atml, or dmfl, we lose. */
   if (strcmp(q->shortname, "amtl") && strcmp(q->shortname, "atml") &&
-      strcmp(q->shortname, "dmfl"))
+      strcmp(q->shortname, "dmfl") && strcmp(q->shortname, "tmol"))
     return MR_PERM;
 
   if (find_member(memacl_type, memacl_id, cl))
This page took 0.036475 seconds and 5 git commands to generate.