diff options
Diffstat (limited to 'plugins/zte/mm-broadband-modem-zte.c')
-rw-r--r-- | plugins/zte/mm-broadband-modem-zte.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/zte/mm-broadband-modem-zte.c b/plugins/zte/mm-broadband-modem-zte.c index a1b24bc3..a3c81a66 100644 --- a/plugins/zte/mm-broadband-modem-zte.c +++ b/plugins/zte/mm-broadband-modem-zte.c @@ -303,7 +303,7 @@ parent_load_supported_modes_ready (MMIfaceModem *self, } /* Filter out those unsupported modes */ - filtered = mm_filter_supported_modes (all, combinations); + filtered = mm_filter_supported_modes (all, combinations, self); g_array_unref (all); g_array_unref (combinations); |