mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-08 21:17:47 +03:00
resolved: fix which return codes we check
Discovered by Lukas Nykryn
This commit is contained in:
parent
03664a6291
commit
be754d5443
@ -434,8 +434,8 @@ int dns_name_endswith(const char *name, const char *suffix) {
|
||||
saved_n = n;
|
||||
|
||||
q = dns_label_unescape(&s, ls, sizeof(ls));
|
||||
if (r < 0)
|
||||
return r;
|
||||
if (q < 0)
|
||||
return q;
|
||||
w = dns_label_undo_idna(ls, q, ls, sizeof(ls));
|
||||
if (w < 0)
|
||||
return w;
|
||||
|
Loading…
Reference in New Issue
Block a user