Changeset 9b03842 for fedkit


Ignore:
Timestamp:
Feb 25, 2013 1:56:01 PM (11 years ago)
Author:
Ted Faber <faber@…>
Branches:
master
Children:
e8f2d4c
Parents:
43c0e75
Message:

Fail on no routing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/static_routing.pl

    r43c0e75 r9b03842  
    1313$routefile = "$routefile$hostname";
    1414
    15 my $f = new IO::File($routefile);
     15my $f = new IO::File($routefile) || die "No routing file: $!\n";
    1616while (<$f>) {
    1717    chomp;
Note: See TracChangeset for help on using the changeset viewer.