]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-dhcp6-client: don't unref the event twice
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 14 Apr 2015 16:24:00 +0000 (18:24 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 14 Apr 2015 16:33:31 +0000 (18:33 +0200)
src/libsystemd-network/test-dhcp6-client.c

index 9386f31ce47f452f5ad95fd99a45ecc23ee85805..761854714bdc6be7490ddf3718e89ed5ba31fabe 100644 (file)
@@ -701,7 +701,5 @@ int main(int argc, char *argv[]) {
         test_advertise_option(e);
         test_client_solicit(e);
 
-        assert_se(!sd_event_unref(e));
-
         return 0;
 }