From 4cfb8291bc1523867cb930e1103c54396a72c7e4 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 14 Nov 2013 02:31:47 +0100 Subject: Don't wait for a notification during uninstall as there is none sometimes --- src/ideviceinstaller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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: instproxy_uninstall(ipc, appid, NULL, status_cb); #endif wait_for_op_complete = 1; - notification_expected = 1; + notification_expected = 0; } else if (list_archives_mode) { int xml_mode = 0; plist_t dict = NULL; -- cgit v1.1-32-gdbae