From 78e519f5108d327afb3341439fee9a49491534fe Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 1 Oct 2020 08:55:41 -0400 Subject: replaced --nowrap with --wrap in firemon (#2992) --- src/firemon/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/firemon/interface.c') diff --git a/src/firemon/interface.c b/src/firemon/interface.c index 325ffd80e..34d616647 100644 --- a/src/firemon/interface.c +++ b/src/firemon/interface.c @@ -163,7 +163,7 @@ void interface(pid_t pid, int print_procs) { for (i = 0; i < max_pids; i++) { if (pids[i].level == 1) { if (print_procs || pid == 0) - pid_print_list(i, arg_nowrap); + pid_print_list(i, arg_wrap); int child = find_child(i); if (child != -1) { print_sandbox(child); -- cgit v1.2.3-54-g00ecf