+2003-04-27 Ulrich Drepper <drepper@redhat.com>
+
+ * nscd/pwdcache.c: Initialize .version element in result.
+ * nscd/grpcache.c: Likewise.
+ * nscd/pwdcache.c: Likewise.
+
2003-04-27 Andreas Schwab <schwab@suse.de>
* Makeconfig ($(common-objpfx)sysd-sorted): Fix for running in
/* There is no reason to go on. */
error (EXIT_FAILURE, errno, _("while allocating cache entry"));
+ data->resp.version = NSCD_VERSION;
data->resp.found = 1;
data->resp.gr_name_len = gr_name_len;
data->resp.gr_passwd_len = gr_passwd_len;
/* There is no reason to go on. */
error (EXIT_FAILURE, errno, _("while allocating cache entry"));
+ data->resp.version = NSCD_VERSION;
data->resp.found = 1;
data->resp.h_name_len = h_name_len;
data->resp.h_aliases_cnt = h_aliases_cnt;
/* There is no reason to go on. */
error (EXIT_FAILURE, errno, _("while allocating cache entry"));
+ data->resp.version = NSCD_VERSION;
data->resp.found = 1;
data->resp.pw_name_len = pw_name_len;
data->resp.pw_passwd_len = pw_passwd_len;