From: Florian Forster Date: Fri, 1 Jul 2016 14:23:56 +0000 (+0200) Subject: src/oping.c: Add missing "break" in handling of the "O" option. X-Git-Url: https://git.tokkee.org/?p=liboping.git;a=commitdiff_plain;h=831914ee662ca3858337f217da510c7fe1147972 src/oping.c: Add missing "break" in handling of the "O" option. --- 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': {