From 831914ee662ca3858337f217da510c7fe1147972 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Fri, 1 Jul 2016 16:23:56 +0200 Subject: [PATCH] src/oping.c: Add missing "break" in handling of the "O" option. --- src/oping.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/oping.c b/src/oping.c index 3e114f5..883c862 100644 --- a/src/oping.c +++ b/src/oping.c @@ -754,6 +754,7 @@ static int read_options (int argc, char **argv) /* {{{ */ free (opt_outfile); opt_outfile = strdup (optarg); } + break; case 'P': { -- 2.30.2