mirror of https://github.com/ansible/ansible.git
Fix to unescape * was discarded by unescape of @
`decoded_name` was created twice, each from `rset.name` So, the second call to `.replace(r'\100', '@')` overwrites decoded_name, discarding the result of the call to `.replace(r'\052', '*')` I had a problem with wildcard domains that was fixed by this patch.reviewable/pr18780/r1
parent
eb61c3737c
commit
6bda82c907
Loading…
Reference in New Issue