summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libirecovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index 29bffd0..7d6c46c 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -1256,7 +1256,7 @@ static irecv_error_t win32_open_with_ecid(irecv_client_t* client, uint64_t ecid)
irecv_load_device_info_from_iboot_string(_client, serial_str);
}
- if (ecid != 0) {
+ if (ecid != 0 && _client->mode != KIS_PRODUCT_ID) {
if (_client->device_info.ecid != ecid) {
CloseHandle(_client->handle);
continue;