glibc/nscd
Joseph Myers 7a0dcfc643 Remove duplicate initialization of field in nscd.
I'm looking at the warnings from building glibc with -Wextra, to see
if we could use -Wextra by default, possibly with a few of its
warnings disabled, and so benefit from warnings in -Wextra but not in
-Wall.  (The vast bulk of the extra warnings so produced are from
-Wunused-parameter -Wsign-compare -Wmissing-field-initializers
-Wtype-limits, so I expect those would be disabled at least at first.)

Various miscellaneous warnings show up with -Wextra that it clearly
seems to make sense to fix independent of whether we add -Wextra to
the normal options for building glibc.  This patch fixes one:
"initialized field overwritten [-Woverride-init]" in nscd.

Tested for x86_64.

	* nscd/connections.c (reqinfo): Initialize SHUTDOWN element only
	once.
2019-02-04 14:49:37 +00:00
..
aicache.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
cache.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
connections.c Remove duplicate initialization of field in nscd. 2019-02-04 14:49:37 +00:00
dbg_log.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
dbg_log.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
Depend hurd: Add hurd thread library 2018-04-02 01:44:14 +02:00
gai.c CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018] 2019-01-21 21:26:03 +01:00
getgrgid_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getgrnam_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
gethstbyad_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
gethstbynm3_r.c CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018] 2019-01-21 21:26:03 +01:00
getpwnam_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getpwuid_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getsrvbynm_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
getsrvbypt_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
grpcache.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
hstcache.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
initgrcache.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
Makefile Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mem.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
netgroupcache.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nscd_conf.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nscd_getai.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nscd_getgr_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nscd_gethst_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nscd_getpw_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nscd_getserv_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nscd_helper.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nscd_initgroups.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nscd_netgroup.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nscd_proto.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nscd_setup_thread.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nscd_stat.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nscd-client.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nscd.c Update copyright dates not handled by scripts/update-copyrights. 2019-01-01 00:15:13 +00:00
nscd.conf
nscd.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nscd.init
nscd.service
nscd.tmpfiles
pwdcache.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
res_hconf.c
selinux.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
selinux.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
servicescache.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00