projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9563e45
)
collectd-flush: Add a missing "break" in a "switch" case.
author
Florian Forster
<octo@huhu.verplant.org>
Fri, 6 Aug 2010 06:59:46 +0000
(08:59 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Fri, 6 Aug 2010 06:59:46 +0000
(08:59 +0200)
src/collectd-flush.c
patch
|
blob
|
history
diff --git
a/src/collectd-flush.c
b/src/collectd-flush.c
index
7fe930a
..
a468c4c
100644
(file)
--- a/
src/collectd-flush.c
+++ b/
src/collectd-flush.c
@@
-136,6
+136,7
@@
int main (int argc, char **argv) {
switch (c) {
case 's':
snprintf (address, sizeof (address), "unix:%s", optarg);
+ break;
case 'p':
plugin = optarg;
break;