projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ea93e8
)
fixlet for the previous commit
author
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 9 Jan 2014 19:05:47 +0000
(20:05 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 9 Jan 2014 19:05:47 +0000
(20:05 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/isrv.h
patch
|
blob
|
history
diff --git
a/networking/isrv.h
b/networking/isrv.h
index a42fd4100a6c55d729201eb0bc002c8a47af9bab..d412973b7c685a9cec7b9c84a14a158a368e1f61 100644
(file)
--- a/
networking/isrv.h
+++ b/
networking/isrv.h
@@
-32,7
+32,7
@@
int isrv_register_peer(isrv_state_t *state, void *param);
* if it returns !0, peer is removed.
*
* If listen_fd is active, accept new connection ("peer"),
- * call new_peer() on it, and if it returns
1
,
+ * call new_peer() on it, and if it returns
0
,
* and add it to fds to select on.
* Now, select will wait for <timeout>, not <linger_timeout>
* (as long as we we have more than zero clients).