summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-09-03 11:22:52 -0400
committerDan Winship <danw@gnome.org>2014-09-03 11:23:55 -0400
commitb8de07a700db151476ec442c864ddb0eb685684a (patch)
tree76d118f9130f0bb1db6c7328e149f049bccb5524
parent61c2064e65831e35d9c978c97746da0d5380751c (diff)
downloadNetworkManager-b8de07a700db151476ec442c864ddb0eb685684a.tar.gz
fixup! libnm-core: improve NMSettingIP4Config / NMSettingIP6Config property types
-rw-r--r--src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c b/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c
index 04917be097..1006e3fdba 100644
--- a/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c
+++ b/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c
@@ -398,7 +398,6 @@ test_read_wired_static (const char *file,
char expected_mac_address[ETH_ALEN] = { 0x00, 0x11, 0x22, 0x33, 0x44, 0xee };
const char *expected_dns1 = "4.2.2.1";
const char *expected_dns2 = "4.2.2.2";
- guint32 addr;
struct in6_addr addr6;
const char *expected6_address1 = "dead:beaf::1";
const char *expected6_address2 = "dead:beaf::2";