Changeset 57

Show
Ignore:
Timestamp:
11/30/06 04:21:23 (2 years ago)
Author:
kindlund
Message:

debugging

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/bug/42/lib/HoneyClient/Agent/Integrity.pm

    r56 r57  
    435435    # the overall checks so we don't have to do the very slow filesystem checks. 
    436436    $retval = $self->checkRegistry(); 
    437     if($retval){ 
    438         return $retval; 
    439     } 
     437# TODO: Re-enable this block. 
     438#   if($retval){ 
     439#       return $retval; 
     440#   } 
    440441    $retval = $self->checkFileSystem(); 
    441442