]> andersk Git - moira.git/commitdiff
network table public
authortom <tom>
Wed, 29 Dec 1993 16:22:36 +0000 (16:22 +0000)
committertom <tom>
Wed, 29 Dec 1993 16:22:36 +0000 (16:22 +0000)
server/qaccess.dc

index 15632bf03f817aa0999d42bc5cdcb6af4ae4c1f5..8e0dd44051f209db4031db320905d168911a5a39 100644 (file)
@@ -432,3 +432,19 @@ access_ahal(q, argv, cl)
     else
       return(MR_PERM);
 }
+
+
+
+/* access_snt - check for retrieving network structure
+ */
+
+access_snt(q, argv, cl)
+    struct query *q;
+    char *argv[];
+    client *cl;
+{
+    if(q->type == RETRIEVE)
+       return(MR_SUCCESS);
+
+    return(MR_PERM);
+}
This page took 0.079517 seconds and 5 git commands to generate.