diff options
Diffstat (limited to 'src/lockdown-cu.c')
-rw-r--r-- | src/lockdown-cu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lockdown-cu.c b/src/lockdown-cu.c index 61a1c03..d8d7f42 100644 --- a/src/lockdown-cu.c +++ b/src/lockdown-cu.c | |||
@@ -1032,7 +1032,7 @@ LIBIMOBILEDEVICE_API lockdownd_error_t lockdownd_cu_send_request_and_get_reply(l | |||
1032 | plist_free(dict); | 1032 | plist_free(dict); |
1033 | dict = NULL; | 1033 | dict = NULL; |
1034 | 1034 | ||
1035 | plist_from_memory((const char*)decrypted, decrypted_len, &dict); | 1035 | plist_from_memory((const char*)decrypted, decrypted_len, &dict, NULL); |
1036 | if (!dict) { | 1036 | if (!dict) { |
1037 | ret = LOCKDOWN_E_PLIST_ERROR; | 1037 | ret = LOCKDOWN_E_PLIST_ERROR; |
1038 | debug_info("Failed to parse PLIST from decrypted payload:"); | 1038 | debug_info("Failed to parse PLIST from decrypted payload:"); |