1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00

Remove an unused struct member in winbindd_cli_state

This commit is contained in:
Volker Lendecke 2009-06-14 22:21:02 +02:00
parent cd9919643b
commit 90535b5fad

View 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 */
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' */