* efd9eedd introduced a bug which made -c unusable
efd9eedd
@ -1350,6 +1350,7 @@ static void wtp_handle_argv(int argc, char **argv) {
case 'c': {
if (strlen(optarg) < sizeof(g_configurationfile)) {
strcpy(g_configurationfile, optarg);
break;
} else {
printf("Invalid -%c argument\n", optopt);
exit(1);
The note is not visible to the blocked user.