summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ideviceinstaller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c
index 653b460..ec4f767 100644
--- a/src/ideviceinstaller.c
+++ b/src/ideviceinstaller.c
@@ -977,7 +977,7 @@ run_again:
977 instproxy_uninstall(ipc, appid, NULL, status_cb); 977 instproxy_uninstall(ipc, appid, NULL, status_cb);
978#endif 978#endif
979 wait_for_op_complete = 1; 979 wait_for_op_complete = 1;
980 notification_expected = 1; 980 notification_expected = 0;
981 } else if (list_archives_mode) { 981 } else if (list_archives_mode) {
982 int xml_mode = 0; 982 int xml_mode = 0;
983 plist_t dict = NULL; 983 plist_t dict = NULL;