Remove an unused struct member in winbindd_cli_state
authorVolker Lendecke <vl@samba.org>
Sun, 14 Jun 2009 20:21:02 +0000 (22:21 +0200)
committerVolker Lendecke <vl@samba.org>
Sun, 14 Jun 2009 20:21:07 +0000 (22:21 +0200)
source3/winbindd/winbindd.h

index 419ab5079226cc20c9a396e8996fb816865a4079..324b13ed9df83f79251b244f811436e71a9cd7ae 100644 (file)
@@ -51,7 +51,6 @@ struct winbindd_cli_state {
        struct winbindd_cli_state *prev, *next;   /* Linked list pointers */
        int sock;                                 /* Open socket from client */
        pid_t pid;                                /* pid of client */
        struct winbindd_cli_state *prev, *next;   /* Linked list pointers */
        int sock;                                 /* Open socket from client */
        pid_t pid;                                /* pid of client */
-       bool write_extra_data;                    /* Write extra_data field */
        time_t last_access;                       /* Time of last access (read or write) */
        bool privileged;                           /* Is the client 'privileged' */
 
        time_t last_access;                       /* Time of last access (read or write) */
        bool privileged;                           /* Is the client 'privileged' */