summaryrefslogtreecommitdiffstats
path: root/src/libirecovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libirecovery.c')
-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)
1256 irecv_load_device_info_from_iboot_string(_client, serial_str); 1256 irecv_load_device_info_from_iboot_string(_client, serial_str);
1257 } 1257 }
1258 1258
1259 if (ecid != 0) { 1259 if (ecid != 0 && _client->mode != KIS_PRODUCT_ID) {
1260 if (_client->device_info.ecid != ecid) { 1260 if (_client->device_info.ecid != ecid) {
1261 CloseHandle(_client->handle); 1261 CloseHandle(_client->handle);
1262 continue; 1262 continue;