diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-13 23:04:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-13 23:04:40 +0000 |
commit | cfca0aa39759db23eafd06fda9d989bd36f35a88 (patch) | |
tree | b5f0aa6148e16b67046383d3ffce7086e44afcc8 /nscd/nscd_helper.c | |
parent | 43d3e6bd9210fc5900734206ed9478067b3f8003 (diff) | |
download | glibc-cfca0aa39759db23eafd06fda9d989bd36f35a88.tar.gz glibc-cfca0aa39759db23eafd06fda9d989bd36f35a88.tar.xz glibc-cfca0aa39759db23eafd06fda9d989bd36f35a88.zip |
[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.
Diffstat (limited to 'nscd/nscd_helper.c')
-rw-r--r-- | nscd/nscd_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |