summaryrefslogtreecommitdiff
path: root/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.cpp')
-rw-r--r--src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.cpp b/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.cpp
index a75b07c214d..6a6aae2dc3c 100644
--- a/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.cpp
+++ b/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.cpp
@@ -409,6 +409,7 @@ BOOL WINAPI WlxIsLogoffOk(PVOID pWlxContext)
// if it's ok to logoff, finish with the stored credentials
// and scrub the buffers
//
+ credentialsReset();
}
return bSuccess;