From b1a95a3aa7cd0d40ae53642b3347e1fe95f37b39 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 7 Nov 2025 03:11:38 +0900 Subject: [PATCH] resolvectl: drop an empty line between function call and error handling Follow-up for 0536b37629c163af268975fcc3017cad823b1e9b. --- src/resolve/resolvectl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/resolve/resolvectl.c b/src/resolve/resolvectl.c index f56ee00c22f..13f70e3b1c0 100644 --- a/src/resolve/resolvectl.c +++ b/src/resolve/resolvectl.c @@ -1850,7 +1850,6 @@ static int status_json_filter_links(sd_json_variant **configuration, char **link if (links) STRV_FOREACH(ifname, links) { int ifindex = rtnl_resolve_interface_or_warn(/* rtnl= */ NULL, *ifname); - if (ifindex < 0) return ifindex; -- 2.47.3