Changeset 363
- Timestamp:
- 05/25/07 15:42:38 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/kindlund-filesystem/lib/HoneyClient/Agent.pm
r362 r363 955 955 # XXX: Debugging, remove eventually. 956 956 print "About to return out of child thread.\n"; 957 return;957 #return; 958 958 }; 959 959 … … 973 973 #$data->{$driverName}->{'thread_id'} = undef; 974 974 } 975 # XXX: Check to see if this works okay. 976 $thread->detach(); 975 977 976 978 # Release data lock.
