Username parameter should be "username", not "user".

This commit is contained in:
Michael Jumper 2013-05-09 21:43:46 -07:00
parent 0d41f4ecde
commit a7ba3f085f

View File

@ -54,7 +54,7 @@
/* Client plugin arguments */
const char* GUAC_CLIENT_ARGS[] = {
"hostname",
"user",
"username",
"password",
NULL
};