summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2012-02-05 16:33:02 +0100
committerGravatar Martin Szulecki2012-02-05 16:33:02 +0100
commit8030a77a110291d14610b99393a819df01a33773 (patch)
treeac052fda2fe8f97b424dc20e2ff077ca2eb133b8 /src
parentbb6ebdf30c7c5ed31515e465e897a77191e3fbe8 (diff)
downloadidevicerestore-8030a77a110291d14610b99393a819df01a33773.tar.gz
idevicerestore-8030a77a110291d14610b99393a819df01a33773.tar.bz2
Do not skip NOR flashing if cydia servers are used for shsh requests
Diffstat (limited to 'src')
-rw-r--r--src/idevicerestore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c
index 912f25e..3abb3f5 100644
--- a/src/idevicerestore.c
+++ b/src/idevicerestore.c
@@ -109,6 +109,7 @@ int main(int argc, char* argv[]) {
case 's':
use_apple_server=0;
+ break;
case 'x':
client->flags |= FLAG_EXCLUDE;