From af0af3d42a9a3f80af5db0efb57692fc87f81763 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 10 Aug 2001 05:50:20 +0000 Subject: Removed nt_error field from cli_state as it was not used anywhere. (This used to be commit 589aaa5fb1ac55d8b0d5ae95921f071eb6ddacf6) --- source3/include/client.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') 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. */ -- cgit