]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add the likely missing braces in ips(4). This is found by gcc warning that
authorlwhsu <lwhsu@FreeBSD.org>
Wed, 29 May 2019 18:11:17 +0000 (18:11 +0000)
committerlwhsu <lwhsu@FreeBSD.org>
Wed, 29 May 2019 18:11:17 +0000 (18:11 +0000)
commite9223ba912361057c5ef11092db3baca1a275d7e
treed495932f32c1608a323a9b15e3bf26f0184d10a1
parenta04175a895f0c4280f3824a0bb24689321c8e1db
Add the likely missing braces in ips(4).  This is found by gcc warning that
the code is not guarded by the if clause and has misleading indentation.

Approved by: scottl
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D20427
sys/dev/ips/ips.c