projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e6044f
)
Fix inaccurate comment.
author
David E. Wheeler
<david@justatheory.com>
Wed, 2 Oct 2013 23:43:27 +0000
(16:43 -0700)
committer
David E. Wheeler
<david@justatheory.com>
Wed, 2 Oct 2013 23:43:27 +0000
(16:43 -0700)
bucardo
patch
|
blob
|
blame
|
history
diff --git
a/bucardo
b/bucardo
index f900037156d0733f80156a385847abb7e886fe58..52e036ef7e767f16e87d2f83ceb88cb948f9d725 100755
(executable)
--- a/
bucardo
+++ b/
bucardo
@@
-907,7
+907,7
@@
sub wait_for_notice {
## 1. Database handle
## 2. String to listen for
## 3. How long to wait (default is forever)
- ## Returns:
undef
+ ## Returns:
1
my ($ldbh, $string, $howlong) = @_;