X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fmain.c;h=0a2f3f48fa27e08ca7881a903ef44f4dd10fcd2a;hb=7ab02a271869642f4b34d4bd4dd9a68b3207271d;hp=3a8a1b27cf5e403389ba0b962ac775ec1040e158;hpb=1179a48f3bc17e4c85e6583d7774e2d0671d8663;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/main.c b/src/bin/lttng-sessiond/main.c index 3a8a1b27c..0a2f3f48f 100644 --- a/src/bin/lttng-sessiond/main.c +++ b/src/bin/lttng-sessiond/main.c @@ -4258,6 +4258,9 @@ static int set_option(int opt, const char *arg, const char *optname) ret = -ENOMEM; } break; + case 'f': + /* This is handled in set_options() thus silent break. */ + break; default: /* Unknown option or other error. * Error is printed by getopt, just return */