ipfilter: Save a word of stack space
Rather than save the return code into an intermediate variable, which BTW
is optimized out anyway, explicitly remove the return code from the stack.
(cherry picked from commit b7f127b6e5f9febff895da9230c3269dfcd971c2)