diff options
Diffstat (limited to 'source3/include/popt_common.h')
-rw-r--r-- | source3/include/popt_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/popt_common.h b/source3/include/popt_common.h index 1d3cc57acd..9e5503f270 100644 --- a/source3/include/popt_common.h +++ b/source3/include/popt_common.h @@ -49,6 +49,7 @@ struct user_auth_info { bool got_pass; bool use_kerberos; int signing_state; + bool smb_encrypt; }; #endif /* _POPT_COMMON_H */ |