Super minor tweak
authorGreg Sabino Mullane <greg@endpoint.com>
Sat, 18 May 2013 04:43:18 +0000 (00:43 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Sat, 18 May 2013 04:43:18 +0000 (00:43 -0400)
Bucardo.pm

index 0a83c8e57b0cfe40d11fea43e4e4f797ecf3378a..a4cb4bb6ac6e46c09eb6a77af57c838c51e0b771 100644 (file)
@@ -634,7 +634,7 @@ sub start_mcp {
         { exec $RUNME, @{ $opts }, 'start', $reason };
         $self->glog("Could not exec $RUNME: $!", LOG_WARN);
 
-    }; ## end SIG{__DIE_} handler sub
+    }; ## end SIG{__DIE__} handler sub
 
     ## This resets listeners, kills kids, and loads/activates syncs
     my $active_syncs = $self->reload_mcp();
@@ -6638,7 +6638,7 @@ sub fork_vac {
 
         exit 0;
 
-    }; ## end SIG{__DIE_} handler sub
+    }; ## end SIG{__DIE__} handler sub
 
     ## Connect to the master database
     ($self->{master_backend}, $self->{masterdbh}) = $self->connect_database();