Username parameter should be "username", not "user".
This commit is contained in:
parent
0d41f4ecde
commit
a7ba3f085f
@ -54,7 +54,7 @@
|
|||||||
/* Client plugin arguments */
|
/* Client plugin arguments */
|
||||||
const char* GUAC_CLIENT_ARGS[] = {
|
const char* GUAC_CLIENT_ARGS[] = {
|
||||||
"hostname",
|
"hostname",
|
||||||
"user",
|
"username",
|
||||||
"password",
|
"password",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user