Show
Ignore:
Timestamp:
05/27/10 02:50:44 (2 years ago)
Author:
Ted Faber <faber@…>
Children:
5e1fb7bf09cc613c00ede4fd0a144bb834bcba76
Parents:
53340444df2a6d0e1a519b10db10ea1fdb819caf
git-committer:
Ted Faber <faber@isi.edu> / 2010-05-27T09:50:44Z+0000
Message:

Next in the right loop.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • fedkit/federate.pl

    r8209faa 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 $_;