]> andersk Git - moira.git/commitdiff
needed to make network table public as well
authortom <tom>
Wed, 29 Dec 1993 16:22:07 +0000 (16:22 +0000)
committertom <tom>
Wed, 29 Dec 1993 16:22:07 +0000 (16:22 +0000)
server/queries2.c

index 70f6c9544c953865c34da4699b3889e7bf21f71a..3d7083ebb3348f461a8b91c5f422a8dcc7f2e873 100644 (file)
@@ -25,6 +25,7 @@ int access_service();
 int access_filesys();
 int access_host();
 int access_ahal();
+int access_snt();
 
 /* Query Setup Routines */
 int prefetch_value();
@@ -954,7 +955,7 @@ static struct validate gsnt_validate = {
   0,
   0,
   0,
-  0,
+  access_snt,
   0,
   followup_gsnt,
 };
This page took 0.126861 seconds and 5 git commands to generate.