From 7cf83f0f8e38fb6e3e8c69a6591fd7368688b852 Mon Sep 17 00:00:00 2001 From: tom Date: Wed, 29 Dec 1993 16:22:36 +0000 Subject: [PATCH] network table public --- server/qaccess.dc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/server/qaccess.dc b/server/qaccess.dc index 15632bf0..8e0dd440 100644 --- a/server/qaccess.dc +++ b/server/qaccess.dc @@ -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); +} -- 2.45.2