diff options
-rw-r--r-- | src/idevicerestore.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c index c1c91ac..9ee8a8b 100644 --- a/src/idevicerestore.c +++ b/src/idevicerestore.c @@ -1718,6 +1718,8 @@ const char* get_component_name(const char* filename) return "NeedService"; } else if (!strncmp(filename, "SCAB", 4)) { return "SCAB"; + } else if (!strncmp(filename, "sep-firmware", 12)) { + return "RestoreSEP"; } else { error("WARNING: Unhandled component '%s'", filename); return NULL; |