Changeset 7e55a14


Ignore:
Timestamp:
Jul 13, 2012 3:31:00 PM (12 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, master
Children:
09f292b
Parents:
b745876
Message:

Left of paren. Swear word.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/prep_gateway.pl

    rb745876 r7e55a14  
    6868    # Add the route to a peer.  Wait up to an hour for the peer's IP address to
    6969    # appear in the DNS.
    70     foreach my $p (split(/\s*,\s*/, $peer) {
     70    foreach my $p (split(/\s*,\s*/, $peer)) {
    7171        gateway_lib::add_route($p, $router, 1, 60 *60)
    7272            if $p && $router;
Note: See TracChangeset for help on using the changeset viewer.