CTL should issue kid_stop_sync, not kid_stop
authorGreg Sabino Mullane <greg@endpoint.com>
Thu, 29 Sep 2011 02:33:17 +0000 (22:33 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Thu, 29 Sep 2011 02:33:17 +0000 (22:33 -0400)
Bucardo.pm

index e684a71ac93222eb3a495c6974c14336bf4419e4..abd9a44b9bcacbe6f1800d3c80b83360aa815cfc 100644 (file)
@@ -7082,7 +7082,7 @@ sub create_newkid {
     my ($self,$kidsync) = @_;
 
     ## Just in case, ask any existing kid processes to exit
-    $self->db_notify($self->{masterdbh}, "kid_stop_$self->{syncname}");
+    $self->db_notify($self->{masterdbh}, "kid_stop_sync_$self->{syncname}");
 
     ## Fork off a new process which will become the KID
     my $newkid = fork;