We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59f028 commit 713a2aeCopy full SHA for 713a2ae
1 file changed
idevice/src/services/misagent.rs
@@ -105,7 +105,7 @@ impl MisagentClient {
105
match res.remove("Status") {
106
Some(plist::Value::Integer(status)) => {
107
if let Some(status) = status.as_unsigned() {
108
- if status == 1 {
+ if status == 0 {
109
Ok(())
110
} else {
111
Err(IdeviceError::MisagentFailure)
@@ -155,7 +155,7 @@ impl MisagentClient {
155
156
157
158
159
160
161
0 commit comments