Changeset 107 for trunk/klask


Ignore:
Timestamp:
Dec 12, 2011, 2:42:49 PM (12 years ago)
Author:
g7moreau
Message:
  • Small bug on ()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r106 r107  
    892892            and $timestamp - $mactimedb{$ip_mac}->{timestamp} > $timestamp_3month
    893893            and not $mactimedb{$ip_mac}->{hostname_fq} =~ m/^float/
    894                )) {
     894            ) {
    895895            print "remove ip $ip\n" if $verbose;
    896896            delete $computerdb->{$ip};
     
    901901            and $timestamp - $ip_timestamp > $timestamp_3month
    902902            and not $ip_hostname_fq =~ m/^float/
    903                )) {
     903            ) {
    904904            print "remove ip ".$mactimedb{$ip_mac}->{ip}."\n" if $verbose;
    905905            delete $computerdb->{$mactimedb{$ip_mac}->{ip}};
Note: See TracChangeset for help on using the changeset viewer.