summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-10-27 07:57:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:11 -0500
commitbd935df61704c60f11aca77826f977e549078c1a (patch)
treeace1d16da32d9c72c10b36a418453e40feb201e3 /source3/nsswitch/winbindd.h
parent03cfcabec4282ba23d29aa25b5cc766c98abb35a (diff)
downloadsamba-bd935df61704c60f11aca77826f977e549078c1a.tar.gz
samba-bd935df61704c60f11aca77826f977e549078c1a.tar.bz2
samba-bd935df61704c60f11aca77826f977e549078c1a.zip
r11319: read_buf_len and write_buf_len are no longer used, remove them.
Volker (This used to be commit 6948f748f689708c396e52097553ff222b1af744)
Diffstat (limited to 'source3/nsswitch/winbindd.h')
-rw-r--r--source3/nsswitch/winbindd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h
index 0db109dacd..3adf7717d6 100644
--- a/source3/nsswitch/winbindd.h
+++ b/source3/nsswitch/winbindd.h
@@ -60,7 +60,6 @@ struct winbindd_cli_state {
int sock; /* Open socket from client */
struct fd_event fd_event;
pid_t pid; /* pid of client */
- int read_buf_len, write_buf_len; /* Indexes in request/response */
BOOL finished; /* Can delete from list */
BOOL write_extra_data; /* Write extra_data field */
time_t last_access; /* Time of last access (read or write) */