summaryrefslogtreecommitdiff
path: root/src/devices/bluetooth/nm-device-bt.c
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2014-07-23 14:27:09 -0500
committerDan Williams <dcbw@redhat.com>2014-07-23 14:27:09 -0500
commit0151df2f0a8c8f2f8d57e9fbfccc48cf4fae2317 (patch)
treea9bb2e9f53c5c9051752d80fa1bdcad46d7a1c90 /src/devices/bluetooth/nm-device-bt.c
parent69ea2705eceee1c8c1ead77dc4013b3c217a235b (diff)
parent2e0ba9d865dd386ba719f7aaaf72c101c4eb7bfa (diff)
merge: add WWAN support for IPv6 (bgo #682623)
Diffstat (limited to 'src/devices/bluetooth/nm-device-bt.c')
-rw-r--r--src/devices/bluetooth/nm-device-bt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/bluetooth/nm-device-bt.c b/src/devices/bluetooth/nm-device-bt.c
index 9d59344933..17f77bc610 100644
--- a/src/devices/bluetooth/nm-device-bt.c
+++ b/src/devices/bluetooth/nm-device-bt.c
@@ -882,8 +882,7 @@ act_stage3_ip6_config_start (NMDevice *device,
if (priv->bt_type == NM_BT_CAPABILITY_DUN) {
ret = nm_modem_stage3_ip6_config_start (NM_DEVICE_BT_GET_PRIVATE (device)->modem,
- device,
- NM_DEVICE_CLASS (nm_device_bt_parent_class),
+ nm_device_get_act_request (device),
reason);
} else
ret = NM_DEVICE_CLASS (nm_device_bt_parent_class)->act_stage3_ip6_config_start (device, out_config, reason);