Changeset 57
- Timestamp:
- 11/30/06 04:21:23 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/bug/42/lib/HoneyClient/Agent/Integrity.pm
r56 r57 435 435 # the overall checks so we don't have to do the very slow filesystem checks. 436 436 $retval = $self->checkRegistry(); 437 if($retval){ 438 return $retval; 439 } 437 # TODO: Re-enable this block. 438 # if($retval){ 439 # return $retval; 440 # } 440 441 $retval = $self->checkFileSystem(); 441 442
