]> andersk Git - moira.git/commitdiff
removed lists for caching access control
authormar <mar>
Thu, 31 Aug 1989 10:37:29 +0000 (10:37 +0000)
committermar <mar>
Thu, 31 Aug 1989 10:37:29 +0000 (10:37 +0000)
server/mr_server.h

index 23d2c49a00392ff48a1b6b5f157a45ad068586dd..d1f3470f53f2284a93d5dacf5aff088db5b3dc77 100644 (file)
@@ -35,8 +35,6 @@ struct krbname {
  * allocated for each active client.
  */
 
-#define NLISTS 100
-   
 typedef struct _client {
        OPERATION pending_op;   /* Primary pending operation */
        CONNECTION con;         /* Connection to the client */
@@ -51,7 +49,6 @@ typedef struct _client {
        returned_tuples *first, *last;
        time_t last_time_used;  /* Last time connection used */
        char entity[9];         /* entity on other end of the connection */
-       int lists[NLISTS];      /* lists this person is a member of */
 } client;
 
 /*
This page took 0.061253 seconds and 5 git commands to generate.