]> andersk Git - moira.git/blobdiff - server/qaccess.dc
network table public
[moira.git] / 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.034324 seconds and 4 git commands to generate.