Changeset 1962a5b


Ignore:
Timestamp:
May 27, 2010 2:50:44 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
5e1fb7b
Parents:
5334044
Message:

Next in the right loop.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/federate.pl

    r5334044 r1962a5b  
    116116}
    117117$hosts->close();
     118HOST:
    118119while (<$config_hosts>) {
    119120    # Trim out hosts that were hidden by their home testbeds
    120121    for my $h (@hide) {
    121         next if /^\d+\.\d+\.\d+\.\d+\s+$h-/;
     122        next HOST if /^\d+\.\d+\.\d+\.\d+\s+$h-/;
    122123    }
    123124    print $new_hosts $_;
Note: See TracChangeset for help on using the changeset viewer.