diff options
| author | 2016-11-09 16:30:31 +0000 | |
|---|---|---|
| committer | 2016-11-09 16:30:31 +0000 | |
| commit | 0708c8355fe9cd782d11ea0bc37aba4677b08e61 (patch) | |
| tree | cc66e1fbb0d872f2224d4e6552d0b3e056614d76 | |
| parent | 229d3c289b49c6b0197a3d31f161740dd67cbd40 (diff) | |
| parent | 0adb3a3d4eddd85d2220e8e6f6603e5e9ae36b26 (diff) | |
Merge "Dumpstate's netstat call should use -W."
| -rw-r--r-- | cmds/dumpstate/dumpstate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index 6c615eb648..ad06e30673 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp @@ -576,7 +576,7 @@ static void dumpstate(const std::string& screenshot_path, const std::string& ver run_command("LIBRANK", 10, SU_PATH, "root", "librank", NULL); run_command("PRINTENV", 10, "printenv", NULL); - run_command("NETSTAT", 10, "netstat", "-n", NULL); + run_command("NETSTAT", 10, "netstat", "-nW", NULL); run_command("LSMOD", 10, "lsmod", NULL); do_dmesg(); |