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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user