From 65adfb5376967b1c9888020c87ab891d80752f36 Mon Sep 17 00:00:00 2001 From: tom Date: Wed, 29 Dec 1993 15:37:18 +0000 Subject: [PATCH 1/1] had to change the get alias validate thing to use the access hook --- server/queries2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/queries2.c b/server/queries2.c index da690621..70f6c954 100644 --- a/server/queries2.c +++ b/server/queries2.c @@ -895,7 +895,7 @@ static struct validate ghal_validate = { 0, 0, 0, - 0, + access_ahal, 0, 0, }; -- 2.45.2