Followup to removing dead radutmp-cache code: remove the dead loggedin
authorpacman <pacman>
Wed, 18 Oct 2000 07:13:10 +0000 (07:13 +0000)
committerpacman <pacman>
Wed, 18 Oct 2000 07:13:10 +0000 (07:13 +0000)
variable.

src/modules/rlm_unix/cache.h

index e508c8f..6e696ff 100644 (file)
@@ -20,7 +20,6 @@ struct mypasswd {
        char    *pw_passwd;     /* user password */
        uid_t   pw_uid;         /* user id */
        gid_t   pw_gid;         /* group id */
-       int     loggedin;       /* number of logins */
        char    *pw_gecos;      /* full name (used for class attr */
        struct mypasswd *next;  /* next */
 };