diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-06-14 12:38:33 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2011-06-14 12:40:36 +0200 |
commit | abcffd17538b9417ddc99fa5ae46de10378ad2db (patch) | |
tree | 2e7483ade08afba68fb86e51f549d09983122c6a /plugins/mm-plugin-cinterion.c | |
parent | a35fc3a583e507d3c59e0d53a3f71aa8a6e59bb9 (diff) |
cinterion: check probed caps from supports task
Diffstat (limited to 'plugins/mm-plugin-cinterion.c')
-rw-r--r-- | plugins/mm-plugin-cinterion.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mm-plugin-cinterion.c b/plugins/mm-plugin-cinterion.c index 825321ca..a7737687 100644 --- a/plugins/mm-plugin-cinterion.c +++ b/plugins/mm-plugin-cinterion.c @@ -148,6 +148,7 @@ supports_port (MMPluginBase *base, return MM_PLUGIN_SUPPORTS_PORT_UNSUPPORTED; /* Completed! */ + cached = mm_plugin_base_supports_task_get_probed_capabilities (task); mm_plugin_base_supports_task_complete (task, get_level_for_capabilities (cached)); return MM_PLUGIN_SUPPORTS_PORT_IN_PROGRESS; } |