diff options
Diffstat (limited to 'common/rfb/Configuration.cxx')
-rw-r--r-- | common/rfb/Configuration.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/rfb/Configuration.cxx b/common/rfb/Configuration.cxx index 53f30863..b215483f 100644 --- a/common/rfb/Configuration.cxx +++ b/common/rfb/Configuration.cxx @@ -207,6 +207,8 @@ int Configuration::handleArg(int argc, char* argv[], int index) // FIXME: Should not duplicate the list of values here if ((strcasecmp(argv[index+1], "0") == 0) || (strcasecmp(argv[index+1], "1") == 0) || + (strcasecmp(argv[index+1], "on") == 0) || + (strcasecmp(argv[index+1], "off") == 0) || (strcasecmp(argv[index+1], "true") == 0) || (strcasecmp(argv[index+1], "false") == 0) || (strcasecmp(argv[index+1], "yes") == 0) || |