Changeset 310
- Timestamp:
- 05/04/07 23:41:56 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/kindlund-filesystem/etc/honeyclient.xml
r308 r310 69 69 <!-- TODO: Update this. --> 70 70 <timeout description="How long the Driver waits during a drive operation, before timing out (in seconds)." default="60"> 71 1071 20 72 72 </timeout> 73 73 <Browser> honeyclient/branches/exp/kindlund-filesystem/lib/HoneyClient/Agent.pm
r309 r310 374 374 $integrity->closeFiles(); 375 375 $integrityState = freeze($integrity); 376 $integrity = undef; 376 377 } 377 378
