mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 06:30:30 +00:00
test-netlink-manual: typo fix
No functional change, but looked weird.
This commit is contained in:
@@ -127,7 +127,7 @@ static int test_tunnel_configure(sd_netlink *rtnl) {
|
||||
|
||||
assert_se(sd_netlink_call(rtnl, n, -1, 0) == 1);
|
||||
|
||||
assert_se((m = sd_netlink_message_unref(n)) == NULL);
|
||||
assert_se((n = sd_netlink_message_unref(n)) == NULL);
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user