Changeset 362
- Timestamp:
- 05/25/07 15:21:15 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/kindlund-filesystem/lib/HoneyClient/Agent.pm
r361 r362 1100 1100 # would get overwritten, during the next updateState() call. 1101 1101 $data->{$driverName}->{'status'}->{'is_compromised'} = 0; 1102 $data->{$driverName}->{'status'}->{'is_running'} = 1;1102 $data->{$driverName}->{'status'}->{'is_running'} = 0; 1103 1103 $data->{$driverName}->{'state'} = $driver; 1104 1104
