Skip to content

Commit 6bb8d2d

Browse files
authored
Fix bytestotwrite in NFM parseable output
Fix NFS total number of bytes physically written to the server in NFM parseable output
1 parent 2b1ad6a commit 6bb8d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parseable.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ print_NFM(char *hp, struct sstat *ss, struct tstat *ps, int nact)
490490
hp,
491491
ss->nfs.nfsmounts.nfsmnt[i].mountdev,
492492
ss->nfs.nfsmounts.nfsmnt[i].bytestotread,
493-
ss->nfs.nfsmounts.nfsmnt[i].bytestotread,
493+
ss->nfs.nfsmounts.nfsmnt[i].bytestotwrite,
494494
ss->nfs.nfsmounts.nfsmnt[i].bytesread,
495495
ss->nfs.nfsmounts.nfsmnt[i].byteswrite,
496496
ss->nfs.nfsmounts.nfsmnt[i].bytesdread,

0 commit comments

Comments
 (0)