projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b19e5d9
)
Forgot to call as $self
author
Greg Sabino Mullane
<greg@endpoint.com>
Tue, 15 Jul 2014 14:54:46 +0000
(10:54 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Tue, 15 Jul 2014 14:54:46 +0000
(10:54 -0400)
Bucardo.pm
patch
|
blob
|
blame
|
history
diff --git
a/Bucardo.pm
b/Bucardo.pm
index 9a4ff34ce69ff4d1ba53b2fae318b7c3245652f8..73d869c45421b9992e6e95901f8e91dd391d733b 100644
(file)
--- a/
Bucardo.pm
+++ b/
Bucardo.pm
@@
-4098,7
+4098,7
@@
sub start_kid {
## Optimize for a single database name
my $sc = $self->{conflictinfo}{winners}
- or pause_and_exit(q{Invalid conflict winners list given});
+ or
$self->
pause_and_exit(q{Invalid conflict winners list given});
if (index($sc, ' ') < 1) {
## Sanity check
if (! exists $deltacount{$sc}) {