test-netlink-manual: typo fix

No functional change, but looked weird.
This commit is contained in:
Thomas Hindoe Paaboel Andersen 2015-06-14 13:55:05 +02:00
parent e7f25cf7d9
commit 19fcba36e4

View file

@ -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;
}