diff options
| -rw-r--r-- | src/companion_proxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/companion_proxy.c b/src/companion_proxy.c index 92bc7f1..5852904 100644 --- a/src/companion_proxy.c +++ b/src/companion_proxy.c | |||
| @@ -325,7 +325,7 @@ LIBIMOBILEDEVICE_API companion_proxy_error_t companion_proxy_start_forwarding_se | |||
| 325 | plist_dict_set_item(dict, "IsServiceLowPriority", plist_new_bool(0)); | 325 | plist_dict_set_item(dict, "IsServiceLowPriority", plist_new_bool(0)); |
| 326 | plist_dict_set_item(dict, "PreferWifi", plist_new_bool(0)); | 326 | plist_dict_set_item(dict, "PreferWifi", plist_new_bool(0)); |
| 327 | if (options) { | 327 | if (options) { |
| 328 | plist_dict_merge(dict, options); | 328 | plist_dict_merge(&dict, options); |
| 329 | } | 329 | } |
| 330 | 330 | ||
| 331 | companion_proxy_error_t res = companion_proxy_send(client, dict); | 331 | companion_proxy_error_t res = companion_proxy_send(client, dict); |
