rtadvd(8): double assignment.

Remove doubtful initialization since the value will be overwritten
immediately afterwards.

Found with: coccinelle (da.cocci)
This commit is contained in:
Pedro F. Giffuni 2017-02-23 15:10:46 +00:00
parent 95c10b8fa0
commit 3472d84e17
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314141

View File

@ -1395,7 +1395,6 @@ make_packet(struct rainfo *rai)
ra->nd_ra_code = 0;
ra->nd_ra_cksum = 0;
ra->nd_ra_curhoplimit = (uint8_t)(0xff & rai->rai_hoplimit);
ra->nd_ra_flags_reserved = 0; /* just in case */
/*
* XXX: the router preference field, which is a 2-bit field, should be
* initialized before other fields.