From: Volker Lendecke Date: Sun, 14 Jun 2009 20:21:02 +0000 (+0200) Subject: Remove an unused struct member in winbindd_cli_state X-Git-Tag: tdb-1.1.5~14 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=90535b5fad513bb44c31b91557347486c8688482 Remove an unused struct member in winbindd_cli_state --- diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h index 419ab507922..324b13ed9df 100644 --- a/source3/winbindd/winbindd.h +++ b/source3/winbindd/winbindd.h @@ -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' */