Changeset 14

Show
Ignore:
Timestamp:
02/01/07 11:50:25 (2 years ago)
Author:
Karl Vollmer
Message:

added lowercasing to the hardware addresses entered in the config file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dhcpdetector.pl

    r13 r14  
    7373        $hwa =~ s/^\s*//; 
    7474        $hwa =~ s/\s*$//; 
     75        lc($hwa); 
    7576        push(@approvedservers,$hwa); 
    7677}