summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-07-07 18:16:56 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-07 19:16:28 +0200
commit3cdf962d1ea2823e2a5200533685b3a627a00237 (patch)
treef88e592dd09537e7f26e5a9234ed8bdf6941f709 /source3/include
parent0f006751ec22a13de898fbafcb6de5a8b8d5ec15 (diff)
downloadsamba-3cdf962d1ea2823e2a5200533685b3a627a00237.tar.gz
samba-3cdf962d1ea2823e2a5200533685b3a627a00237.tar.bz2
samba-3cdf962d1ea2823e2a5200533685b3a627a00237.zip
s3:libsmb: finally remove unused cli_state->outbuf
metze
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 40040f4bdf..6486c76f83 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -95,7 +95,6 @@ struct cli_state {
int timeout; /* in milliseconds. */
size_t max_xmit;
size_t max_mux;
- char *outbuf;
char *inbuf;
unsigned int bufsize;
int initialised;