diff options
Diffstat (limited to 'tools/idevicepair.c')
-rw-r--r-- | tools/idevicepair.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicepair.c b/tools/idevicepair.c index a2dc944..f42f498 100644 --- a/tools/idevicepair.c +++ b/tools/idevicepair.c | |||
@@ -411,7 +411,7 @@ int main(int argc, char **argv) | |||
411 | result = EXIT_FAILURE; | 411 | result = EXIT_FAILURE; |
412 | goto leave; | 412 | goto leave; |
413 | } else { | 413 | } else { |
414 | if (strcmp("com.apple.mobile.lockdown", type)) { | 414 | if (strcmp("com.apple.mobile.lockdown", type) != 0) { |
415 | printf("WARNING: QueryType request returned '%s'\n", type); | 415 | printf("WARNING: QueryType request returned '%s'\n", type); |
416 | } | 416 | } |
417 | free(type); | 417 | free(type); |