projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4479a0a
)
CTL should issue kid_stop_sync, not kid_stop
author
Greg Sabino Mullane
<greg@endpoint.com>
Thu, 29 Sep 2011 02:33:17 +0000
(22:33 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Thu, 29 Sep 2011 02:33:17 +0000
(22:33 -0400)
Bucardo.pm
patch
|
blob
|
blame
|
history
diff --git
a/Bucardo.pm
b/Bucardo.pm
index e684a71ac93222eb3a495c6974c14336bf4419e4..abd9a44b9bcacbe6f1800d3c80b83360aa815cfc 100644
(file)
--- a/
Bucardo.pm
+++ b/
Bucardo.pm
@@
-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;