ADB Backup: Stop resetting digest check on restore.

Change-Id: Ieb431705e69dcdfd74efb0a971cd7d2908a42098
This commit is contained in:
bigbiff bigbiff
2019-03-30 14:15:42 -04:00
committed by big biff
parent c53d520d2b
commit 4b4148e415
-1
View File
@@ -177,7 +177,6 @@ bool twrpAdbBuFifo::Restore_ADB_Backup(void) {
part_settings.total_restore_size = 0;
PartitionManager.Mount_All_Storage();
DataManager::SetValue(TW_SKIP_DIGEST_CHECK_VAR, 0);
LOGINFO("opening TW_ADB_BU_CONTROL\n");
adb_control_bu_fd = open(TW_ADB_BU_CONTROL, O_WRONLY | O_NONBLOCK);
LOGINFO("opening TW_ADB_TWRP_CONTROL\n");