From: Denys Vlasenko Date: Thu, 9 Jan 2014 19:05:47 +0000 (+0100) Subject: fixlet for the previous commit X-Git-Tag: 1_23_0~226 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=abaf9109bdacf9ec2f5c60eccb175a241fb70743;p=oweals%2Fbusybox.git fixlet for the previous commit Signed-off-by: Denys Vlasenko --- diff --git a/networking/isrv.h b/networking/isrv.h index a42fd4100..d412973b7 100644 --- 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 , not * (as long as we we have more than zero clients).