diff options
| -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 41b200cc7b..11feb167f0 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp @@ -774,7 +774,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(); |