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.pull/7527/head
parent
8851ceaa9e
commit
24d885e368
Loading…
Reference in New Issue