aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautoscan/autoscan.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/autoscan/autoscan.py b/autoscan/autoscan.py
index c9e8d5d..b7633ac 100755
--- a/autoscan/autoscan.py
+++ b/autoscan/autoscan.py
@@ -300,7 +300,6 @@ for iface in args.interfaces:
# UNREACHED
if args.foreground:
- # wait for all iface forks and subchilds
while True:
try: os.wait()
except: break