[Spice-commits] vdagent/as_user.cpp
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Wed Feb 27 17:07:20 UTC 2019
vdagent/as_user.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5f0f3b590aecbfef2a6c1613383e2fcef1cc5126
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Wed Feb 27 16:39:46 2019 +0000
Fix indentation
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Victor Toso <victortoso at redhat.com>
diff --git a/vdagent/as_user.cpp b/vdagent/as_user.cpp
index c8016da..fc1f056 100644
--- a/vdagent/as_user.cpp
+++ b/vdagent/as_user.cpp
@@ -42,7 +42,7 @@ bool AsUser::begin()
ret = WTSQueryUserToken(_session_id, &_token);
if (!ret) {
vd_printf("WTSQueryUserToken failed -- %lu", GetLastError());
- return false;
+ return false;
}
}
More information about the Spice-commits
mailing list