summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-08-05 20:26:54 +0200
committerStefan Metzmacher <metze@samba.org>2013-08-10 09:18:52 +0200
commit11e0be0e72cfc4bc65ba2b0ffd10cbae3ad69b2d (patch)
treea4ce7dfcbf0548ab22d9f7556aed372c2c2786d2 /source3/include
parentd944841211a407c3587ccabd3615df55fba72aaf (diff)
downloadsamba-11e0be0e72cfc4bc65ba2b0ffd10cbae3ad69b2d.tar.gz
samba-11e0be0e72cfc4bc65ba2b0ffd10cbae3ad69b2d.tar.bz2
samba-11e0be0e72cfc4bc65ba2b0ffd10cbae3ad69b2d.zip
s3:libsmb: remove unused cli_state->is_guestlogin
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
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 52e2212c06..ba7b049880 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -72,7 +72,6 @@ struct cli_state {
int timeout; /* in milliseconds. */
int initialised;
int win95;
- bool is_guestlogin;
/* What the server offered. */
uint32_t server_posix_capabilities;
/* What the client requested. */