summaryrefslogtreecommitdiff
path: root/src/nm-iface-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-iface-helper.c')
-rw-r--r--src/nm-iface-helper.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nm-iface-helper.c b/src/nm-iface-helper.c
index c7d65d2a66..320f774193 100644
--- a/src/nm-iface-helper.c
+++ b/src/nm-iface-helper.c
@@ -93,7 +93,7 @@ static struct {
static void
dhcp4_state_changed (NMDhcpClient *client,
NMDhcpState state,
- NMIP4Config *ip4_config,
+ NML3ConfigData *l3cfg,
GHashTable *options,
const char *event_id,
gpointer user_data)
@@ -102,6 +102,7 @@ dhcp4_state_changed (NMDhcpClient *client,
NMIP4Config *existing;
gs_unref_ptrarray GPtrArray *ip4_dev_route_blacklist = NULL;
gs_free_error GError *error = NULL;
+ NMIP4Config *ip4_config = NULL; //XXX
g_return_if_fail (!ip4_config || NM_IS_IP4_CONFIG (ip4_config));