summaryrefslogtreecommitdiffstats
path: root/source/include
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
commit589aaa5fb1ac55d8b0d5ae95921f071eb6ddacf6 (patch)
treea615cf2a1a96d7a04ab15657c67b8480005e0d89 /source/include
parent5f5ed41ee872d842e944cd2e84a80de714ad4385 (diff)
downloadsamba-589aaa5fb1ac55d8b0d5ae95921f071eb6ddacf6.tar.gz
samba-589aaa5fb1ac55d8b0d5ae95921f071eb6ddacf6.tar.xz
samba-589aaa5fb1ac55d8b0d5ae95921f071eb6ddacf6.zip
Removed nt_error field from cli_state as it was not used anywhere.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/include/client.h b/source/include/client.h
index ecd97c14330..61a5633b981 100644
--- a/source/include/client.h
+++ b/source/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. */