Changeset 375

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

Oops.

Files:

Legend:

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

    r373 r375  
    789789sub childThread { 
    790790 
    791     $Data::Dumper::Terse = 0; 
    792     $Data::Dumper::Indent = 1; 
    793     print Dumper(@_) . "\n"; 
    794      
    795791    # Extract arguments. 
    796     my (%args) = @_
     792    my (%args) = shift
    797793 
    798794    my $driverName = $args{'driver_name'};