summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9563e45)
raw | patch | inline | side by side (parent: 9563e45)
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 7fe930afeab8b3678d84219a3f2e81793963d9e7..a468c4c85aff401d0e5fb1377368db10f52cb5a9 100644 (file)
--- a/src/collectd-flush.c
+++ b/src/collectd-flush.c
switch (c) {
case 's':
snprintf (address, sizeof (address), "unix:%s", optarg);
+ break;
case 'p':
plugin = optarg;
break;