Changeset 314

Show
Ignore:
Timestamp:
05/06/07 15:53:49 (2 years ago)
Author:
kindlund
Message:

Rolling back changes; stability testing.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/kindlund-filesystem/lib/HoneyClient/Agent.pm

    r312 r314  
    369369 
    370370    # Perform initial integrity baseline check. 
    371     my $integrity = undef; 
    372     if ($PERFORM_INTEGRITY_CHECKS) { 
    373         $integrity = HoneyClient::Agent::Integrity->new(); 
    374         $integrity->closeFiles(); 
    375         $integrityState = freeze($integrity); 
    376         $integrity = undef; 
    377     } 
     371    #my $integrity = undef; 
     372    #if ($PERFORM_INTEGRITY_CHECKS) { 
     373    #    $integrity = HoneyClient::Agent::Integrity->new(); 
     374    #    $integrity->closeFiles(); 
     375    #    $integrityState = freeze($integrity); 
     376    #} 
     377    # XXX: Check to make sure this doesn't destroy the integrity 
     378    # object prematurely. 
     379    #$integrity = undef; 
    378380 
    379381    # Release data lock. 
     
    730732                    # As such, do NOT try to call integrity checks on multiple, simultaneous 
    731733                    # asynchronous threaded drivers. 
    732                     $integrity = thaw($integrityState); 
     734                    #$integrity = thaw($integrityState); 
    733735                    # Perform initial integrity baseline check. 
    734736                    #print "Initializing Integrity Check...\n"; 
    735737                    # TODO: Initialize Integrity Checks 
    736                     #$integrity = HoneyClient::Agent::Integrity->new(); 
     738                    $integrity = HoneyClient::Agent::Integrity->new(); 
    737739                } 
    738740