diff options
Diffstat (limited to 'tcpd/tcpd.c')
| -rw-r--r-- | tcpd/tcpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpd/tcpd.c b/tcpd/tcpd.c index 1d1947a..094940a 100644 --- a/tcpd/tcpd.c +++ b/tcpd/tcpd.c @@ -1143,7 +1143,7 @@ static int doit(int argn, int argc, char **argv) if (select(maxfd+1, &fdr, NULL, NULL, NULL) <= 0) { if (errno != EINTR) - perror("accept"); + perror("select"); continue; } |
