diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-02-23 15:10:46 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-02-23 15:10:46 +0000 |
| commit | 3472d84e1742e6d36fca0d9124bb3f1803f5b5a4 (patch) | |
| tree | 063df0ddd9da5c40844a5273fc75ddb15d98a177 /usr.sbin/rtadvd | |
| parent | 95c10b8fa097297f9b7e4c4faf9fb32a3ccafa44 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/rtadvd')
| -rw-r--r-- | usr.sbin/rtadvd/config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/rtadvd/config.c b/usr.sbin/rtadvd/config.c index db16e333febf..05d9dc5efb9a 100644 --- a/usr.sbin/rtadvd/config.c +++ b/usr.sbin/rtadvd/config.c @@ -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. |
