Skip to content

Commit 37f3128

Browse files
committed
UCS/NETLINK: coderabbitai fix
1 parent aa29ae9 commit 37f3128

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ucs/sys/netlink.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,10 @@ ucs_netlink_parse_rt_entry_cb(const struct nlmsghdr *nlh, void *arg)
239239
ucs_array_pop_back(iface_rules);
240240
return UCS_ERR_IO_ERROR;
241241
}
242-
243-
new_rule->subnet_prefix_len = rt_msg->rtm_dst_len;
244242
}
245243

244+
new_rule->subnet_prefix_len = rt_msg->rtm_dst_len;
245+
246246
return UCS_INPROGRESS;
247247
}
248248

0 commit comments

Comments
 (0)