Changeset 362

Show
Ignore:
Timestamp:
05/25/07 15:21:15 (1 year ago)
Author:
kindlund
Message:

Oops.

Files:

Legend:

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

    r361 r362  
    11001100            # would get overwritten, during the next updateState() call. 
    11011101            $data->{$driverName}->{'status'}->{'is_compromised'} = 0; 
    1102             $data->{$driverName}->{'status'}->{'is_running'} = 1
     1102            $data->{$driverName}->{'status'}->{'is_running'} = 0
    11031103            $data->{$driverName}->{'state'} = $driver; 
    11041104