diff options
author | pdw <> | 2010-11-27 11:24:43 +0000 |
---|---|---|
committer | pdw <> | 2010-11-27 11:24:43 +0000 |
commit | b7290cfbc0cc2a100ecdab85e262ae0e9bfd62cd (patch) | |
tree | 87d49d3bbcdb17bbb5edd854e0cd7fb0fb8c07ea | |
parent | e533714b782dfb3112a01229399d34a324eaf21f (diff) | |
download | iftop-b7290cfbc0cc2a100ecdab85e262ae0e9bfd62cd.zip |
Made subshells unavailable by default.
-rw-r--r-- | ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1074,7 +1074,7 @@ void ui_loop() { break; } case '!': { -#ifndef NO_SYSTEM +#ifdef ALLOW_SUBSHELL char *s; dontshowdisplay = 1; if ((s = edline(0, "Command", "")) && s[strspn(s, " \t")]) { |