From: tom Date: Wed, 29 Dec 1993 16:22:07 +0000 (+0000) Subject: needed to make network table public as well X-Git-Tag: release77~23 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/a70337e78d02c424c73eaa47fb39754b63a4a535?hp=65adfb5376967b1c9888020c87ab891d80752f36 needed to make network table public as well --- diff --git a/server/queries2.c b/server/queries2.c index 70f6c954..3d7083eb 100644 --- a/server/queries2.c +++ b/server/queries2.c @@ -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, };