summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-08-10 05:50:20 +0000
committerTim Potter <tpot@samba.org>2001-08-10 05:50:20 +0000
commitaf0af3d42a9a3f80af5db0efb57692fc87f81763 (patch)
tree4ba8eb11fb21cf5f382b7a9d87a80f14bc3690fd /source3/include/client.h
parent047a7c88d7d004f1581f585dd31caea388ab6f0d (diff)
downloadsamba-af0af3d42a9a3f80af5db0efb57692fc87f81763.tar.gz
samba-af0af3d42a9a3f80af5db0efb57692fc87f81763.tar.bz2
samba-af0af3d42a9a3f80af5db0efb57692fc87f81763.zip
Removed nt_error field from cli_state as it was not used anywhere.
(This used to be commit 589aaa5fb1ac55d8b0d5ae95921f071eb6ddacf6)
Diffstat (limited to 'source3/include/client.h')
-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 ecd97c1433..61a5633b98 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -114,7 +114,6 @@ struct cli_state {
* Only used in NT domain calls.
*/
- uint32 nt_error; /* NT RPC error code. */
uint16 nt_pipe_fnum; /* Pipe handle. */
unsigned char sess_key[16]; /* Current session key. */
unsigned char ntlmssp_hash[258]; /* ntlmssp data. */