diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-31 08:36:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-31 08:36:05 +0000 |
commit | 4317f9e1377c92493459f2796c37da27c01bccf7 (patch) | |
tree | 37f8f4e349b3dfdd41a31ebd0e984e645c698bbc /nss | |
parent | 0491011bdeaa994079912b9955a1fbf7e6fb5c59 (diff) | |
download | glibc-4317f9e1377c92493459f2796c37da27c01bccf7.tar glibc-4317f9e1377c92493459f2796c37da27c01bccf7.tar.gz glibc-4317f9e1377c92493459f2796c37da27c01bccf7.tar.bz2 glibc-4317f9e1377c92493459f2796c37da27c01bccf7.zip |
Update.
* nss/nsswitch.c (__nss_lookup): Adjust comment.
Diffstat (limited to 'nss')
-rw-r--r-- | nss/nsswitch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/nsswitch.c b/nss/nsswitch.c index ab0f850091..c968502cdf 100644 --- a/nss/nsswitch.c +++ b/nss/nsswitch.c @@ -135,7 +135,7 @@ __nss_database_lookup (const char *database, const char *alternate_name, /* -1 == not found - 0 == adjusted for next function + 0 == function found 1 == finished */ int __nss_lookup (service_user **ni, const char *fct_name, void **fctp) |