diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-09-18 09:40:08 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-10-17 16:23:33 +0200 |
commit | e20c66d78099bcf5d965bd9d59669fe393481517 (patch) | |
tree | 6866e76759acf4fae7edd2c9988456c19a3f8628 /source3/include | |
parent | c5c717fe3157224a8aba48a30bace889e7956d31 (diff) | |
download | samba-e20c66d78099bcf5d965bd9d59669fe393481517.tar.gz samba-e20c66d78099bcf5d965bd9d59669fe393481517.tar.bz2 samba-e20c66d78099bcf5d965bd9d59669fe393481517.zip |
s3:libsmb: remove unused cli_state->dfsroot
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10200
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index f6a4a8158d..babcfb8a66 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -76,7 +76,6 @@ struct cli_state { uint32_t server_posix_capabilities; /* What the client requested. */ uint32_t requested_posix_capabilities; - bool dfsroot; bool backup_intent; /* The list of pipes currently open on this connection. */ |