diff options
author | Volker Lendecke <vl@samba.org> | 2009-06-14 22:21:02 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-06-14 22:21:07 +0200 |
commit | 90535b5fad513bb44c31b91557347486c8688482 (patch) | |
tree | befb5dfb403560ae273a1b27b276adfdd7ed95f2 | |
parent | cd9919643b0261c6a0c75b2551371f4508f37bb0 (diff) | |
download | samba-90535b5fad513bb44c31b91557347486c8688482.tar.gz samba-90535b5fad513bb44c31b91557347486c8688482.tar.bz2 samba-90535b5fad513bb44c31b91557347486c8688482.zip |
Remove an unused struct member in winbindd_cli_state
-rw-r--r-- | source3/winbindd/winbindd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h index 419ab50792..324b13ed9d 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' */ |