summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2011-04-26 13:32:35 -0400
committerSteve Dickson <steved@redhat.com>2011-04-26 13:32:35 -0400
commit68f7938c85258a8c54b13169dcdeae61cc1bf286 (patch)
treec7e46aa05920d528d12e973b56863775d4511295 /utils
parent2e4a7e9b50a641dc8640a5dd911ee4a2f0b2c073 (diff)
downloadnfs-utils-68f7938c85258a8c54b13169dcdeae61cc1bf286.tar.gz
nfs-utils-68f7938c85258a8c54b13169dcdeae61cc1bf286.tar.xz
nfs-utils-68f7938c85258a8c54b13169dcdeae61cc1bf286.zip
nfsstat: Output headings mislabled
The badclnt and badauth headers were reversed when the server side rpc stats (-s -o rpc) were displayed. Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/nfsstat/nfsstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nfsstat/nfsstat.c b/utils/nfsstat/nfsstat.c
index f31bb81..766cb72 100644
--- a/utils/nfsstat/nfsstat.c
+++ b/utils/nfsstat/nfsstat.c
@@ -540,7 +540,7 @@ print_server_stats(int opt_prt)
;
} else {
print_numbers(LABEL_srvrpc
- "calls badcalls badauth badclnt xdrcall\n",
+ "calls badcalls badclnt badauth xdrcall\n",
srvrpcinfo, 5);
printf("\n");
}