X-Git-Url: http://andersk.mit.edu/gitweb/nss_nonlocal.git/blobdiff_plain/4893970472bd815b8dbb6f6058dd26358700110e..23ca0ded6f524a412d868f5bdc5bd7c9b6b1cc4e:/nonlocal-passwd.c diff --git a/nonlocal-passwd.c b/nonlocal-passwd.c index f8e7f96..41ea498 100644 --- a/nonlocal-passwd.c +++ b/nonlocal-passwd.c @@ -204,7 +204,7 @@ _nss_nonlocal_endpwent(void) enum nss_status status; const struct walk_nss w = { .lookup = &__nss_passwd_nonlocal_lookup, .fct_name = "endpwent", - .status = &status + .status = &status, .all_values = 1, }; const __typeof__(&_nss_nonlocal_endpwent) self = NULL;