projects
/
pgbouncer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaee437
)
comment typo
author
Marko Kreen
<markokr@gmail.com>
Fri, 29 Jun 2007 15:52:35 +0000
(15:52 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Fri, 29 Jun 2007 15:52:35 +0000
(15:52 +0000)
src/util.c
patch
|
blob
|
blame
|
history
diff --git
a/src/util.c
b/src/util.c
index 67de7ed4952126abf3041c9ccdaf1c41f228e366..7ce698dcb978ebdb571e9a2960244aa09efc1c4c 100644
(file)
--- a/
src/util.c
+++ b/
src/util.c
@@
-237,7
+237,7
@@
loop:
msg->msg_controllen,
flags, strerror(errno));
- /* with ancillary data
p
n blocking socket OSX returns
+ /* with ancillary data
o
n blocking socket OSX returns
* EMSGSIZE instead of blocking. try to solve it by waiting */
if (errno == EMSGSIZE && msgerr_count < 20) {
struct timeval tv = {1, 0};