]> andersk Git - moira.git/blobdiff - server/queries2.c
fixed header again - tom
[moira.git] / server / queries2.c
index da690621f653637c4ba0a4081fe39a6d614b273c..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();
@@ -895,7 +896,7 @@ static struct validate ghal_validate = {
   0,
   0,
   0,
-  0,
+  access_ahal,
   0,
   0,
 };
@@ -954,7 +955,7 @@ static struct validate gsnt_validate = {
   0,
   0,
   0,
-  0,
+  access_snt,
   0,
   followup_gsnt,
 };
This page took 0.032464 seconds and 4 git commands to generate.