summaryrefslogtreecommitdiff
path: root/server/class.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1987-12-18 06:42:50 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1987-12-18 06:42:50 +0000
commitb903ad6fd4cbf0da46af4604f2b7ff5e96bec68b (patch)
tree5551f2341896833d6d4a023afdec33946f92b2e3 /server/class.c
parent84201dc9f2b31f38b4e8c609d65fb8ff6df87c6d (diff)
lint fixes
Diffstat (limited to 'server/class.c')
-rw-r--r--server/class.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/class.c b/server/class.c
index 4020ea0..5d6394e 100644
--- a/server/class.c
+++ b/server/class.c
@@ -329,6 +329,8 @@ char *class;
return(NULLZACLT);
}
+#ifdef notdef
+/* currently not used */
/*
* restrict class by associating it with the acl structure acl.
* return ZERR_NONE if no error, or ZSRV_NOCLASS if there is no such
@@ -357,6 +359,7 @@ ZAcl_t *acl;
/* fell off the end, no match */
return(ZSRV_NOCLASS);
}
+#endif notdef
/*
* restrict class by registering it and associating it with the acl