diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 3c39e5494b..7c039ae590 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -166,6 +166,7 @@ struct cli_state { uint32_t max_write_size; struct timespec system_time; struct timespec server_start_time; + DATA_BLOB gss_blob; /* SMB2 tcon */ uint8_t share_type; |