From cfca0aa39759db23eafd06fda9d989bd36f35a88 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 13 Oct 2007 23:04:40 +0000 Subject: [BZ #3195] * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found no entry. * nscd/nscd_getgr.c (nscd_getgr_r): Likewise. * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise. * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise. * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise. --- nscd/nscd_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nscd/nscd_helper.c') diff --git a/nscd/nscd_helper.c b/nscd/nscd_helper.c index b499f9cf99..866535200f 100644 --- a/nscd/nscd_helper.c +++ b/nscd/nscd_helper.c @@ -39,7 +39,7 @@ /* Extra time we wait if the socket is still receiving data. This - value is in microseconds. Note that the other side is nscd on the + value is in milliseconds. Note that the other side is nscd on the local machine and it is already transmitting data. So the wait time need not be long. */ #define EXTRA_RECEIVE_TIME 200 -- cgit v1.2.1