aboutsummaryrefslogtreecommitdiff
path: root/tests/test-x2go-auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-x2go-auth.c')
-rw-r--r--tests/test-x2go-auth.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-x2go-auth.c b/tests/test-x2go-auth.c
index 1753f9b..592f0c7 100644
--- a/tests/test-x2go-auth.c
+++ b/tests/test-x2go-auth.c
@@ -1,5 +1,5 @@
/*
- * Copyright © 2012 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+ * Copyright © 2012-2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
* Copyright © 2012 Canonical Ltd.
*
* This program is free software: you can redistribute it and/or modify it
@@ -45,8 +45,8 @@ main (int argc, char * argv[])
return -1;
}
- /* Check domain */
- if (strcmp(argv[3], "domain")) {
+ /* Check session type */
+ if (strcmp(argv[3], "sessiontype")) {
return -1;
}