diff options
Diffstat (limited to 'server/passwd.c')
-rw-r--r-- | server/passwd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/passwd.c b/server/passwd.c index 94c36db..83f97b9 100644 --- a/server/passwd.c +++ b/server/passwd.c @@ -304,9 +304,8 @@ int nslcd_getpwall(FILE *fp) /* write the password entry */ LDF_PASSWD; fflush(fp); - /* STRUCT PASSWD */ } - /* write the result code */ + /* write the final result code */ WRITE_INT32(fp,retv); /* FIXME: if a previous call returns what happens to the context? */ _nss_ldap_endpwent(); |