diff options
-rw-r--r-- | src/installation_proxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/installation_proxy.c b/src/installation_proxy.c index b13abf9..9602876 100644 --- a/src/installation_proxy.c +++ b/src/installation_proxy.c | |||
@@ -934,7 +934,7 @@ LIBIMOBILEDEVICE_API void instproxy_client_options_add(plist_t client_options, . | |||
934 | if (!strcmp(key, "SkipUninstall")) { | 934 | if (!strcmp(key, "SkipUninstall")) { |
935 | int intval = va_arg(args, int); | 935 | int intval = va_arg(args, int); |
936 | plist_dict_set_item(client_options, key, plist_new_bool(intval)); | 936 | plist_dict_set_item(client_options, key, plist_new_bool(intval)); |
937 | } else if (!strcmp(key, "ApplicationSINF") || !strcmp(key, "iTunesMetadata") || !strcmp(key, "ReturnAttributes")) { | 937 | } else if (!strcmp(key, "ApplicationSINF") || !strcmp(key, "iTunesMetadata") || !strcmp(key, "ReturnAttributes") || !strcmp(key, "BundleIDs")) { |
938 | plist_t plistval = va_arg(args, plist_t); | 938 | plist_t plistval = va_arg(args, plist_t); |
939 | if (!plistval) { | 939 | if (!plistval) { |
940 | free(key); | 940 | free(key); |