From fe453812315b3420771c0a1b5e5ea7d1d0626b93 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 28 Apr 2003 05:30:22 +0000 Subject: Update. 2003-04-27 Ulrich Drepper * nscd/pwdcache.c: Initialize .version element in result. * nscd/grpcache.c: Likewise. * nscd/pwdcache.c: Likewise. --- nscd/hstcache.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nscd/hstcache.c') diff --git a/nscd/hstcache.c b/nscd/hstcache.c index 08d11e4..367953f 100644 --- a/nscd/hstcache.c +++ b/nscd/hstcache.c @@ -167,6 +167,7 @@ cache_addhst (struct database *db, int fd, request_header *req, void *key, /* 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; -- cgit v1.1