summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-06-25 17:55:01 +0200
committerThomas Haller <thaller@redhat.com>2015-06-25 18:17:19 +0200
commit0d8f4bbc451f29053c287cde0632af8602c9b5a3 (patch)
tree8b5b55a21739cb4f09bc32afe25485cbce97d4e6
parentc157e3233d638dcd355ba1006031de6b98f3b679 (diff)
downloadNetworkManager-0d8f4bbc451f29053c287cde0632af8602c9b5a3.tar.gz
platform/test: minor test fix in "test-nmp-object.c"
-rw-r--r--src/platform/tests/test-nmp-object.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/platform/tests/test-nmp-object.c b/src/platform/tests/test-nmp-object.c
index 4e6d507c81..88bb070784 100644
--- a/src/platform/tests/test-nmp-object.c
+++ b/src/platform/tests/test-nmp-object.c
@@ -281,7 +281,6 @@ test_cache_link (void)
nmp_object_unref (obj1);
nmp_object_unref (obj2);
- udev_device_2 = NULL;
if (udev_device_2) {
/* now add the link only with aspect UDEV. */
ops_type = nmp_cache_update_link_udev (cache, pl_link_2.ifindex, udev_device_2, &obj2, &was_visible, NULL, NULL);