From e071cb962e177730a5ce53562fe1937f31086db9 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 3 Jun 2013 11:23:12 +0200 Subject: [PATCH] device-modem: fix setting current capabilities --- src/devices/nm-device-modem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/nm-device-modem.c b/src/devices/nm-device-modem.c index d0e4d94fb..ceeb1d5a0 100644 --- a/src/devices/nm-device-modem.c +++ b/src/devices/nm-device-modem.c @@ -370,7 +370,7 @@ nm_device_modem_new (NMModem *modem, const char *driver) NM_DEVICE_RFKILL_TYPE, RFKILL_TYPE_WWAN, NM_DEVICE_MODEM_MODEM, modem, NM_DEVICE_MODEM_CAPABILITIES, caps, - NM_DEVICE_MODEM_CURRENT_CAPABILITIES, caps, + NM_DEVICE_MODEM_CURRENT_CAPABILITIES, current_caps, NULL); }