Code

nfs plugin: Fix handling of servers with 42 or 44 fields.
authorFlorian Forster <octo@collectd.org>
Thu, 18 Jun 2015 07:16:18 +0000 (09:16 +0200)
committerFlorian Forster <octo@collectd.org>
Thu, 18 Jun 2015 08:03:29 +0000 (10:03 +0200)
src/nfs.c

index 4285d765e6ebfe9ddbb42854d8808328e08c6503..be823720b489ec3ddd8f1f75d7976b28469fd5ab 100644 (file)
--- a/src/nfs.c
+++ b/src/nfs.c
@@ -506,6 +506,7 @@ static int nfs_submit_nfs4_client (const char *instance, char **fields,
                case 42:
                case 44:
                        proc40_names_num = 36;
+                       break;
                case 46:
                case 47:
                case 51: