Changeset 341
- Timestamp:
- 05/07/07 13:53:51 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/kindlund-filesystem/bin/StartAgent.pl
r312 r341 42 42 # Regardless of the error, destroy the Agent process and reinitialize it. 43 43 # XXX: Sanity check this, eventually. 44 HoneyClient::Agent->destroy();44 #HoneyClient::Agent->destroy(); 45 45 46 46 # Wait for a small amount of time, in order for the killed process to release 47 47 # its control of the bound TCP port. 48 sleep 5;48 #sleep 5; 49 49 50 $URL = HoneyClient::Agent->init();50 #$URL = HoneyClient::Agent->init(); 51 51 52 52 # Restore state information. 53 $som = $stub->updateState(encode_base64(nfreeze($agentState)));53 #$som = $stub->updateState(encode_base64(nfreeze($agentState))); 54 54 } 55 55 honeyclient/branches/exp/kindlund-filesystem/lib/HoneyClient/Agent.pm
r336 r341 863 863 } 864 864 } 865 # XXX: Check to make sure this doesn't destroy the integrity 866 # object prematurely. 867 # DESTROY this reference, but don't kill any temporary files created. 868 $integrity = undef; 865 869 866 870 # Release lock on stored driver state.
