Fix: load all possible path for sessiond conf file
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 3a8a1b27cf5e403389ba0b962ac775ec1040e158..0a2f3f48fa27e08ca7881a903ef44f4dd10fcd2a 100644 (file)
@@ -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 */
This page took 0.025473 seconds and 5 git commands to generate.