aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/synth/files/patch-src_portscan-pilot.adb
blob: 0eb7fe1e9982d899730131581bc032f5af6230b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/portscan-pilot.adb.orig	2016-03-27 14:03:52 UTC
+++ src/portscan-pilot.adb
@@ -275,9 +275,6 @@ package body PortScan.Pilot is
         (repository => JT.USS (PM.configuration.dir_repository),
          dry_run    => dry_run, suppress_remote => block_remote);
       bld_counter := (OPS.queue_length, 0, 0, 0, 0);
-      if PKG.queue_is_empty then
-         return False;
-      end if;
       if dry_run then
          return True;
       end if;