Changeset 56
- Timestamp:
- 11/30/06 03:54:15 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/bug/42/lib/HoneyClient/Agent/Integrity.pm
r55 r56 1510 1510 my $enclosing_key = _find_enclosing_key($self, $start_line, $case); 1511 1511 1512 print "Searching for excludes matching: $enclosing_key\n"; 1512 1513 foreach my $exclude_key (@{$self->{reg_exclude_array}}){ 1513 print "trying to match $enclosing_key against exclude key $exclude_key\n";1514 ### print "trying to match $enclosing_key against exclude key $exclude_key\n"; 1514 1515 if($enclosing_key =~ /$exclude_key/){ 1515 1516 print "SUCCESS! I'm outta here!\n"; 1517 print "Exclude: $exclude_key\n"; 1516 1518 return $start_line; 1517 1519 }
