Changeset 1259

Show
Ignore:
Timestamp:
09/28/08 21:34:55 (2 months ago)
Author:
mbr
Message:

minor addition to be sure to print all access keys in --debug mode (mostly useful for the test suite in order to see all access.conf directives)

Files:

Legend:

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

    r1257 r1259  
    38023802                or $key eq 'REQUIRE_SOURCE_ADDRESS') { 
    38033803            print STDERR "$key: ", Dumper $access_hr->{$key}; 
     3804        } else { 
     3805            print STDERR "$key: $access_hr->{$key}\n"; 
    38043806        } 
    38053807    }