Changeset 867

Show
Ignore:
Timestamp:
12/09/07 11:53:48 (1 year ago)
Author:
mbr
Message:

Minor save file bugfix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fwknop/trunk/fwknop

    r866 r867  
    12981298    for my $save_file ("$homedir/.fwknop.save", "$homedir/.fwknop.run") { 
    12991299        next unless -e $save_file; 
     1300        $found_file = 1; 
    13001301 
    13011302        open S, "< $save_file" or die "[*] Could not open $save_file: $!"; 
     
    13151316        &handle_command_line(); 
    13161317 
    1317         $found_file = 1; 
    13181318        last; 
    1319  
    13201319    } 
    13211320 
     
    13341333    for my $file ("$homedir/.fwknop.save", "$homedir/.fwknop.hosts") { 
    13351334        next unless -e $file; 
     1335        $found_file = 1; 
    13361336 
    13371337        my $arg_line = ''; 
     
    13631363            last; 
    13641364        } 
    1365         $found_file = 1; 
    13661365    } 
    13671366