aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2017-12-29 08:25:33 -0500
committerLibravatar startx2017 <vradu.startx@yandex.com>2017-12-29 08:25:33 -0500
commit90a00dd3256782d04b1ebea3cdbb1046ce2de382 (patch)
tree1a4ce4c37eef6300a37b87e3b26a65c12a05873d /src/firemon
parentFix #1690 - qbittorrent doesn't launch on some Arch and Mint 17.3 systems (diff)
downloadfirejail-90a00dd3256782d04b1ebea3cdbb1046ce2de382.tar.gz
firejail-90a00dd3256782d04b1ebea3cdbb1046ce2de382.tar.zst
firejail-90a00dd3256782d04b1ebea3cdbb1046ce2de382.zip
firemon --tree fix
Diffstat (limited to 'src/firemon')
-rw-r--r--src/firemon/firemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firemon/firemon.c b/src/firemon/firemon.c
index 3a35e98ce..99ce179a8 100644
--- a/src/firemon/firemon.c
+++ b/src/firemon/firemon.c
@@ -233,7 +233,7 @@ int main(int argc, char **argv) {
233 return 0; 233 return 0;
234 } 234 }
235 if (arg_tree) { 235 if (arg_tree) {
236 tree(0); 236 tree(pid);
237 return 0; 237 return 0;
238 } 238 }
239 239