IPv4/DNS Settings for Dialup from gconf (2)




Hello again,

sorry, this part belongs to the patch as well.

Markus

Index: src/nm-serial-device.c
===================================================================
--- src/nm-serial-device.c	(revision 3644)
+++ src/nm-serial-device.c	(working copy)
@@ -982,11 +982,17 @@
 real_act_stage4_get_ip4_config (NMDevice *device, NMIP4Config **config)
 {
 	NMSerialDevicePrivate *priv = NM_SERIAL_DEVICE_GET_PRIVATE (device);

+	NMActStageReturn ret = NM_ACT_STAGE_RETURN_FAILURE;
+	NMDeviceClass *parent_class;
+
 	*config = priv->pending_ip4_config;
 	priv->pending_ip4_config = NULL;
+ + parent_class = NM_DEVICE_CLASS (nm_serial_device_parent_class);
+	ret = parent_class->act_stage4_get_ip4_config (device, config);

-	return NM_ACT_STAGE_RETURN_SUCCESS;
+	return ret;
 }

 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]