]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ipfw: correctly report table manipulation errors
authorBen Wilber <ben@desync.com>
Fri, 10 May 2024 02:08:15 +0000 (20:08 -0600)
committerWarner Losh <imp@FreeBSD.org>
Fri, 10 May 2024 02:08:18 +0000 (20:08 -0600)
commit09025a7147084783bf1dd4d1bec463ceab8d16b4
tree8b94874a6ba12f365e4e7a678ff4938af8bd0b99
parent12be6f12e87abc3e1edd3cc6cdc20334bdd63380
ipfw: correctly report table manipulation errors

Let ipfw(8) report the actual error instead of the error that
may have come from calling printf().

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1221
sbin/ipfw/tables.c