collectd-flush: Add a missing "break" in a "switch" case.
authorFlorian Forster <octo@huhu.verplant.org>
Fri, 6 Aug 2010 06:59:46 +0000 (08:59 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Fri, 6 Aug 2010 06:59:46 +0000 (08:59 +0200)
src/collectd-flush.c

index 7fe930a..a468c4c 100644 (file)
@@ -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;