summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/idevicedebug.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/idevicedebug.c b/tools/idevicedebug.c
index 67ef938..8bedc6f 100644
--- a/tools/idevicedebug.c
+++ b/tools/idevicedebug.c
@@ -511,6 +511,11 @@ int main(int argc, char *argv[])
511 511
512 dres = debugserver_client_receive_response(debugserver_client, &response, NULL); 512 dres = debugserver_client_receive_response(debugserver_client, &response, NULL);
513 } 513 }
514 /* ignore quit_flag after this point */
515 if (debugserver_client_set_receive_params(debugserver_client, NULL, 5000) != DEBUGSERVER_E_SUCCESS) {
516 fprintf(stderr, "Error in debugserver_client_set_receive_params\n");
517 goto cleanup;
518 }
514 519
515 /* kill process after we finished */ 520 /* kill process after we finished */
516 log_debug("Killing process..."); 521 log_debug("Killing process...");