projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ddf4a0
)
nfs plugin: Fix handling of servers with 42 or 44 fields.
author
Florian Forster
<octo@collectd.org>
Thu, 18 Jun 2015 07:16:18 +0000
(09:16 +0200)
committer
Florian Forster
<octo@collectd.org>
Thu, 18 Jun 2015 08:03:29 +0000
(10:03 +0200)
src/nfs.c
patch
|
blob
|
history
diff --git
a/src/nfs.c
b/src/nfs.c
index
4285d76
..
be82372
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: