diff --git a/client/ad-hoc.c b/client/ad-hoc.c index 41d5e2aa..c90f9dd6 100644 --- a/client/ad-hoc.c +++ b/client/ad-hoc.c @@ -189,7 +189,7 @@ static enum cmd_status cmd_start_open(const char *device_name, return CMD_STATUS_INVALID_VALUE; } - proxy_interface_method_call(adhoc_i, "Start", "s", + proxy_interface_method_call(adhoc_i, "StartOpen", "s", check_errors_method_callback, argv[0]);