resolvectl: fix typo

Follow-up for 7517e41a49.
This commit is contained in:
Yu Watanabe
2025-11-02 17:00:21 +09:00
parent a7807e66b7
commit 4f589e8a50

View File

@@ -1053,7 +1053,7 @@ static int resolve_openpgp(sd_bus *bus, const char *address) {
arg_class ?: DNS_CLASS_IN,
arg_type ?: DNS_TYPE_OPENPGPKEY,
/* warn_missing= */ false);
if (!IN_SET(r, -ENXIO, -ESRCH)) /* Not NXDOMAIN or NODATA? Then fail immedately. */
if (!IN_SET(r, -ENXIO, -ESRCH)) /* Not NXDOMAIN or NODATA? Then fail immediately. */
return r;
hashed = mfree(hashed);