Changeset 1368

Show
Ignore:
Timestamp:
03/25/08 11:42:51 (5 months ago)
Author:
kindlund
Message:

Make sure errors in communicating with the FW don't affect our ability to properly shutdown.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/trunk/lib/HoneyClient/Manager.pm

    r1336 r1368  
    507507 
    508508    # XXX: Need to clean this up. 
    509     my $stubFW = getClientHandle(namespace     => "HoneyClient::Manager::FW"); 
     509    my $stubFW = getClientHandle(namespace     => "HoneyClient::Manager::FW", 
     510                                 fault_handler => \&_handleFault); 
    510511 
    511512    # XXX: Change this to installDefaultRules(), eventually.