Changeset 1408

Show
Ignore:
Timestamp:
04/01/08 11:40:56 (4 months ago)
Author:
kindlund
Message:

Need to update hive API before that last commit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/trunk/lib/HoneyClient/Manager.pm

    r1407 r1408  
    893893        } 
    894894        if ($globalAgentErrorCount >= getVar(name => "max_agent_error_count")) { 
    895             if ($DB_ENABLE && ($vm->database_id > 0)) { 
    896                 # Mark the VM as suspended within the database. 
    897                 HoneyClient::Manager::Database::set_client_suspicious($vm->database_id); 
    898             } 
     895            # TODO: Need to update the API first. 
     896            #if ($DB_ENABLE && ($vm->database_id > 0)) { 
     897            #    # Mark the VM as suspended within the database. 
     898            #    HoneyClient::Manager::Database::set_client_suspicious($vm->database_id); 
     899            #} 
    899900            $globalAgentErrorCount = 0; 
    900901            # Reset the FW state table.