Changeset 1604
- Timestamp:
- 06/05/08 18:05:57 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/lib/HoneyClient/Manager/VM/Clone.pm
r1582 r1604 1822 1822 'links_timed_out' => {}, 1823 1823 'links_ignored' => {}, 1824 'links_suspicious' => {}, 1824 1825 }; 1825 1826 my $numWorkInserted; … … 1892 1893 1893 1894 # If possibile, insert work history. 1894 $finishedWork->{'links_ visited'}->{$currentWork} = $result->{'time_at'};1895 $finishedWork->{'links_suspicious'}->{$currentWork} = $result->{'time_at'}; 1895 1896 if (defined($self->{'database_id'})) { 1896 1897 $numWorkInserted = HoneyClient::Manager::Database::insert_history_urls($finishedWork); … … 1913 1914 # Flush the work history, after committing to the database. 1914 1915 $finishedWork->{'links_visited'} = {}; 1916 $finishedWork->{'links_timed_out'} = {}; 1917 $finishedWork->{'links_ignored'} = {}; 1918 $finishedWork->{'links_suspicious'} = {}; 1915 1919 1916 1920 # Create a new clone, if a compromise was found and we still have work to do.
