Fix use of uninitialised Nflag
authorsmh <smh@FreeBSD.org>
Wed, 30 Dec 2015 14:57:42 +0000 (14:57 +0000)
committersmh <smh@FreeBSD.org>
Wed, 30 Dec 2015 14:57:42 +0000 (14:57 +0000)
commit58f5ebe6c799b202d362f35351dd27efec212438
tree746d4d64fc1c85375bd850efa48c0558b4c8acf6
parent8646e68235beb11902d497ae1fe0fe4ee777fe11
Fix use of uninitialised Nflag

Initialise Nflag to 0 preventing use of uninitialised value.

Reported by: uqs
MFC after: 1 week
X-MFC-With: r292266
Sponsored by: Multiplay
Differential Revision: https://reviews.freebsd.org/D4449
sbin/reboot/reboot.c