diff options
Diffstat (limited to 'source3/include/client.h')
-rw-r--r-- | source3/include/client.h | 1 |
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. */ |