summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Ben Wagner2020-02-06 14:20:44 -0500
committerGravatar Nikias Bassen2022-03-29 11:59:43 +0200
commitcea58e5736e870d7a696e86d48f898e8c47d198f (patch)
tree788ebd1b55a5f7084130e83d73cfd9d93ce11e3e
parentdd52f8ffc25032dd1ec5fb6a39e97a7c3a848d10 (diff)
downloadlibimobiledevice-cea58e5736e870d7a696e86d48f898e8c47d198f.tar.gz
libimobiledevice-cea58e5736e870d7a696e86d48f898e8c47d198f.tar.bz2
idevicedebug: Process "Wxx" response as "exited with code xx"
-rw-r--r--tools/idevicedebug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicedebug.c b/tools/idevicedebug.c
index 7b49a46..36a4fa7 100644
--- a/tools/idevicedebug.c
+++ b/tools/idevicedebug.c
@@ -241,7 +241,7 @@ int main(int argc, char *argv[])
241 char* response = NULL; 241 char* response = NULL;
242 debugserver_command_t command = NULL; 242 debugserver_command_t command = NULL;
243 debugserver_error_t dres = DEBUGSERVER_E_UNKNOWN_ERROR; 243 debugserver_error_t dres = DEBUGSERVER_E_UNKNOWN_ERROR;
244 int exit_status = -1; 244 int exit_status = -1;
245 245
246 /* map signals */ 246 /* map signals */
247 signal(SIGINT, on_signal); 247 signal(SIGINT, on_signal);