Changeset 313


Ignore:
Timestamp:
Jul 18, 2018, 10:52:13 PM (6 years ago)
Author:
g7moreau
Message:
  • Forget a sigil
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ddt/ddt

    r312 r313  
    990990         $attribute->{'modify_time'} = time;
    991991         splice(@{$computer_db->{$domainset_current}}, $computer_index => 1);
    992          push @{$computer_db->{$domainset}}, { $mac => attribute };
     992         push @{$computer_db->{$domainset}}, { $mac => $attribute };
    993993
    994994         ipamdb_save("$COMPUTER_YAML", $computer_db);
Note: See TracChangeset for help on using the changeset viewer.