]> andersk Git - moira.git/commitdiff
removed unused state field from client structure
authormar <mar>
Thu, 29 Dec 1988 17:57:41 +0000 (17:57 +0000)
committermar <mar>
Thu, 29 Dec 1988 17:57:41 +0000 (17:57 +0000)
server/mr_server.h

index 009a97a05de97bd58e5e790eb0f30d41b7904ab5..0ea58582bad0f89bd02ee14750ed3150bcfc6132 100644 (file)
@@ -38,8 +38,6 @@ struct krbname {
 typedef struct _client {
        OPERATION pending_op;   /* Primary pending operation */
        CONNECTION con;         /* Connection to the client */
-       int state;              /* XXX this is really superfluous and should */
-                               /* be removed */
        int action;             /* what action is pending? */
        sms_params *args, reply;
        int id;                 /* Unique id of client */
This page took 0.052198 seconds and 5 git commands to generate.