]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-netlink-manual: typo fix 192/head
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sun, 14 Jun 2015 11:55:05 +0000 (13:55 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sun, 14 Jun 2015 11:57:35 +0000 (13:57 +0200)
No functional change, but looked weird.

src/test/test-netlink-manual.c

index 14984329711a729b1de200ef97e99c4cc8c277d8..2879d7450f085434972d0ff8a0a574a7dcfa7209 100644 (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;
 }