Module Name: src Committed By: roy Date: Wed Mar 11 02:33:18 UTC 2020
Modified Files: src/external/bsd/blacklist/bin: blacklistd.c Log Message: blacklist: Don't remove a ruleset if we have already added it The noted argument is wrong - if it's already been deleted then the id we have for it is invalid. Because we don't track deletions to the ruleset, working it out is problematic at best. Instead, if we have already added the rule treat it as a non-op. This is a valid use case because we might receive a burst of messages in the downstream application for the same address and process them one by one. It's not the job of the downstream application to track blacklistd state. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/external/bsd/blacklist/bin/blacklistd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.