diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 4179ae0f52..cdf8069dfb 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -62,7 +62,6 @@ struct cli_state { char *share; char *dev; - DATA_BLOB secblob; /* cryptkey or negTokenInit */ int serverzone; uint32 servertime; int timeout; /* in milliseconds. */ @@ -137,6 +136,10 @@ struct cli_state { bool lockread; bool writeunlock; uint32_t session_key; + struct GUID guid; + DATA_BLOB gss_blob; + uint8_t challenge[8]; + const char *workgroup; } server; uint32_t capabilities; |