diff options
Diffstat (limited to 'source/include/client.h')
-rw-r--r-- | source/include/client.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/source/include/client.h b/source/include/client.h index 15ba66e3e12..2a780ece26a 100644 --- a/source/include/client.h +++ b/source/include/client.h @@ -56,21 +56,6 @@ struct print_job_info time_t t; }; -struct pwd_info -{ - BOOL null_pwd; - BOOL cleartext; - BOOL crypted; - - fstring password; - - uchar smb_lm_pwd[16]; - uchar smb_nt_pwd[16]; - - uchar smb_lm_owf[24]; - uchar smb_nt_owf[24]; -}; - struct cli_state { int port; int fd; |