Skip to content

Commit

Permalink
ADB Backup: Stop resetting digest check on restore.
Browse files Browse the repository at this point in the history
Change-Id: Ieb431705e69dcdfd74efb0a971cd7d2908a42098
  • Loading branch information
bigbiff committed Apr 2, 2019
1 parent c53d520 commit 4b4148e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion twrpAdbBuFifo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 4b4148e

Please sign in to comment.