aboutsummaryrefslogtreecommitdiffstats
path: root/autoscan/autoscan.py
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-07-23 06:02:08 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-07-23 06:02:08 +0200
commit8a84cc4ee3a8a73a058cd8ee9a4b9aa539060abf (patch)
tree31428bb203cb9bcd64f8b61dc20c098fb854bc6d /autoscan/autoscan.py
parentautoscan: fix tests (diff)
downloadlaurent-tools-8a84cc4ee3a8a73a058cd8ee9a4b9aa539060abf.tar.xz
laurent-tools-8a84cc4ee3a8a73a058cd8ee9a4b9aa539060abf.zip
autoscan: useless comment --
Diffstat (limited to 'autoscan/autoscan.py')
-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