You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LOGOFF handler in Runtime.java currently returns STATUS_SUCCESS without properly tearing down the session. The session should be located, validated, and its resources cleaned up per the SMB2 specification.