summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGravatar Ben Wagner2020-02-11 14:53:59 -0500
committerGravatar Nikias Bassen2022-03-29 12:11:18 +0200
commit8e29efecd01262236a22168cc17638a13412abf0 (patch)
tree963ce25a33e5adcbc9b64c7eae0cae7cc62d7653 /tools
parent2f1e0660ef0a3dcfa35c8003b0806bae3acd411d (diff)
downloadlibimobiledevice-8e29efecd01262236a22168cc17638a13412abf0.tar.gz
libimobiledevice-8e29efecd01262236a22168cc17638a13412abf0.tar.bz2
Fix compile
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[])
goto cleanup;
}
- dres = debugserver_client_receive(debugserver_client, &response, NULL);
+ dres = debugserver_client_receive_response(debugserver_client, &response, NULL);
}
/* kill process after we finished */