smbd: remove unused current_user.{need,done}_chdir stacking
[samba.git] / source3 / include / smb.h
index 41c27806489c7571ccbc77d428d6b2ce632c456d..012ed48549421c6e23a57dca3babca28604507b0 100644 (file)
@@ -152,8 +152,6 @@ struct sys_notify_context {
 struct current_user {
        struct connection_struct *conn;
        uint64_t vuid; /* SMB2 compat */
-       bool need_chdir;
-       bool done_chdir;
        struct security_unix_token ut;
        struct security_token *nt_user_token;
 };