summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vdagent/as_user.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vdagent/as_user.cpp b/vdagent/as_user.cpp
index d2d6c58..c8016da 100644
--- a/vdagent/as_user.cpp
+++ b/vdagent/as_user.cpp
@@ -21,9 +21,9 @@
#include <wtsapi32.h>
AsUser::AsUser(DWORD session_id):
- _started(false),
_session_id(session_id),
- _token(INVALID_HANDLE_VALUE)
+ _token(INVALID_HANDLE_VALUE),
+ _started(false)
{
}