mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 15:21:37 +03:00
Merge pull request #192 from phomes/master
test-netlink-manual: typo fix
This commit is contained in:
commit
0b30332770
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user