summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-03-27 15:15:58 -0500
committerDan Williams <dcbw@redhat.com>2011-03-27 15:15:58 -0500
commitd66bfc7b112e17aa4181f5c7471744c49103212b (patch)
tree8cf253417c919928ff546720b9000b575428047d /plugins
parentc38da2d2c1019b7130e50a5539a68df8a3e797f0 (diff)
samsung: fix compilation
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/mm-plugin-samsung.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mm-plugin-samsung.c b/plugins/mm-plugin-samsung.c
index 958a44d2..5b551c52 100755
--- a/plugins/mm-plugin-samsung.c
+++ b/plugins/mm-plugin-samsung.c
@@ -102,7 +102,7 @@ done:
return MM_PLUGIN_SUPPORTS_PORT_UNSUPPORTED;
}
- mm_plugin_base_supports_task_set_custom_init_command (task, "+CFUN=1", 10, 4, FALSE);
+ mm_plugin_base_supports_task_set_custom_init_command (task, "+CFUN=1", 10, 4, FALSE, NULL, NULL);
/* Otherwise kick off a probe */
if (mm_plugin_base_probe_port (base, task, NULL))