summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/idevicedebug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicedebug.c b/tools/idevicedebug.c
index 4c1ca89..27eaa4e 100644
--- a/tools/idevicedebug.c
+++ b/tools/idevicedebug.c
@@ -493,7 +493,7 @@ int main(int argc, char *argv[])
493 goto cleanup; 493 goto cleanup;
494 } 494 }
495 495
496 dres = debugserver_client_receive(debugserver_client, &response, NULL); 496 dres = debugserver_client_receive_response(debugserver_client, &response, NULL);
497 } 497 }
498 498
499 /* kill process after we finished */ 499 /* kill process after we finished */