src/oping.c: Add missing "break" in handling of the "O" option.
authorFlorian Forster <ff@octo.it>
Fri, 1 Jul 2016 14:23:56 +0000 (16:23 +0200)
committerFlorian Forster <ff@octo.it>
Fri, 1 Jul 2016 14:23:56 +0000 (16:23 +0200)
src/oping.c

index 3e114f5..883c862 100644 (file)
@@ -754,6 +754,7 @@ static int read_options (int argc, char **argv) /* {{{ */
                                        free (opt_outfile);
                                        opt_outfile = strdup (optarg);
                                }
+                               break;
 
                        case 'P':
                                {