1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-28 12:23:49 +03:00

Removed nt_error field from cli_state as it was not used anywhere.

This commit is contained in:
Tim Potter
-
parent 5f5ed41ee8
commit 589aaa5fb1
2 changed files with 1 additions and 8 deletions

View File

@@ -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. */