Remove wildcard entry when adding the very same domain either the white- or blacklist

This commit is contained in:
DL6ER 2017-03-06 16:24:12 +01:00
parent 051f463350
commit cf31561267
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ PoplistFile() {
if ${addmode}; then
AddDomain "${dom}" "${listMain}"
RemoveDomain "${dom}" "${listAlt}"
RemoveDomain "${dom}" "${wildcardlist}"
else
RemoveDomain "${dom}" "${listMain}"
fi