Changeset 1408
- Timestamp:
- 04/01/08 11:40:56 (4 months ago)
- Files:
-
- honeyclient/trunk/lib/HoneyClient/Manager.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/lib/HoneyClient/Manager.pm
r1407 r1408 893 893 } 894 894 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 #} 899 900 $globalAgentErrorCount = 0; 900 901 # Reset the FW state table.
