]> andersk Git - nss_nonlocal.git/blobdiff - walk_nss.h
end{pw,gr}ent, initgroups_dyn: Call all functions from the nonlocal chain
[nss_nonlocal.git] / walk_nss.h
index 78d3575539be152e3c624609f3e73e3c2b6ea4ae..24cf4c5c2580f1cbd452daadc7c1f981555cc846 100644 (file)
@@ -79,7 +79,8 @@
            }
            goto walk_nss_morebuf;
        }
-    } while (__nss_next(&nip, w.fct_name, &fct.ptr, *w.status, 0) == 0);
+    } while (__nss_next(&nip, w.fct_name, &fct.ptr, *w.status, w.all_values) ==
+            0);
 
     if (w.buf != NULL && *w.status != NSS_STATUS_SUCCESS) {
        free(*w.buf);
This page took 0.220292 seconds and 4 git commands to generate.