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 37c1dcda44..65da738e22 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -138,6 +138,7 @@ struct cli_state { DATA_BLOB gss_blob; uint8_t challenge[8]; const char *workgroup; + const char *name; int time_zone; time_t system_time; } server; |