Changeset 989 for honeyclient/branches/exp/xeno-realtime_integrity
- Timestamp:
- 11/07/07 17:13:22 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/xeno-realtime_integrity/lib/HoneyClient/Agent/Integrity.pm
r987 r989 663 663 if($toks[$F_EVENT_TYPE] ne "Delete"){ 664 664 #Fill in the default values, incase the file can't be found due to a rename rather than delete 665 ###$file_obj->{'contents'} = {666 ###'size' => 0,667 ###'type' => "UNKNOWN",668 ###'md5' => "$toks[$F_NAME]$toks[$F_TIME]",669 ###'sha1' => "$toks[$F_NAME]$toks[$F_TIME]",670 ###};665 $file_obj->{'contents'} = { 666 'size' => 0, 667 'type' => "UNKNOWN", 668 'md5' => "$toks[$F_NAME]$toks[$F_TIME]", 669 'sha1' => "$toks[$F_NAME]$toks[$F_TIME]", 670 }; 671 671 my $tmp_name = $toks[$F_NAME]; 672 672 eval{
