Incorrect return values in rpz's addr and drop functions
addr
and drop
should return 0
after calling setret
rather than return 1
as the error has already been logged. This is fallout from the set -e
changes.
addr
and drop
should return 0
after calling setret
rather than return 1
as the error has already been logged. This is fallout from the set -e
changes.