commit 7146dd552fe47a38934be51b8cf075096e4ff518 from: Omar Polo date: Sun Jan 17 09:34:06 2021 UTC missing break commit - d939d0f09e44d8bee3fd8f1519deddeb20b804ef commit + 7146dd552fe47a38934be51b8cf075096e4ff518 blob - 1ab462879c80cf50f202a7db72f3b01e53ac0e4a blob + ec6ec687ba23b9f71efc51e2045ec316079603c2 --- gmid.c +++ gmid.c @@ -838,6 +838,7 @@ main(int argc, char **argv) case 'p': conf.port = parse_portno(optarg); + break; case 'x': /* drop the starting / (if any) */