summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-04-14 18:24:00 +0200
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-04-14 18:33:31 +0200
commit70c79983e1abae17c46969b024d0b9e6a3b83d00 (patch)
tree1f1e63d1c60eb83e76b243f49b5e60a3a12dae53
parent8283c71b7141afc6ad69dc7913311aa01e8221dd (diff)
test-dhcp6-client: don't unref the event twice
-rw-r--r--src/libsystemd-network/test-dhcp6-client.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsystemd-network/test-dhcp6-client.c b/src/libsystemd-network/test-dhcp6-client.c
index 9386f31ce4..761854714b 100644
--- a/src/libsystemd-network/test-dhcp6-client.c
+++ b/src/libsystemd-network/test-dhcp6-client.c
@@ -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;
}