diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2009-01-10 12:39:12 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2009-01-10 12:39:12 +0000 |
| commit | 83708764a7722d51e0b51612b868d59b773f57d9 (patch) | |
| tree | 9648765343b206ae7a5504a020f448a007fd109c /usr.bin | |
| parent | 9162f64b58d01ec01481d60b6cdc06ffd8e8c7fc (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/netstat/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index 5e1cd7d6be98c..057646a314318 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -507,7 +507,7 @@ main(int argc, char *argv[]) exit(0); } if (mflag) { - if (memf != NULL) { + if (!live) { if (kread(0, NULL, 0) == 0) mbpr(kvmd, nl[N_MBSTAT].n_value); } else |
