K 10 svn:author V 6 adrian K 8 svn:date V 27 2020-07-14T05:07:16.017123Z K 7 svn:log V 345 [ipfw] quieten maybe-uninitialized errors in ipfw when compiled under mips-gcc-6.3.0. This is mostly an exercise to set variables to NULL/0 when declared, but one was ensuring a string variable was set before printing it. We should never see "" in a printed rule; if we do then this code definitely has some bugs that need addressing. END