projects
/
liboping.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48acd61
)
src/oping.c: Add missing "break" in handling of the "O" option.
author
Florian Forster
<ff@octo.it>
Fri, 1 Jul 2016 14:23:56 +0000
(16:23 +0200)
committer
Florian Forster
<ff@octo.it>
Fri, 1 Jul 2016 14:23:56 +0000
(16:23 +0200)
src/oping.c
patch
|
blob
|
history
diff --git
a/src/oping.c
b/src/oping.c
index
3e114f5
..
883c862
100644
(file)
--- 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':
{