diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/huawei/mm-broadband-modem-huawei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/huawei/mm-broadband-modem-huawei.c b/plugins/huawei/mm-broadband-modem-huawei.c index f7353602..7f760f3e 100644 --- a/plugins/huawei/mm-broadband-modem-huawei.c +++ b/plugins/huawei/mm-broadband-modem-huawei.c @@ -2641,7 +2641,7 @@ enable_disable_unsolicited_rfswitch_event_handler (MMBroadbandModemHuawei *self, for (i = 0; i < 2; i++) if (ports[i]) - mm_at_serial_port_enable_disable_unsolicited_msg_handler ( + mm_at_serial_port_enable_unsolicited_msg_handler ( ports[i], self->priv->rfswitch_regex, enable); |