Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ab87b6e authored by Felipe Leme's avatar Felipe Leme Committed by Android (Google) Code Review
Browse files

Merge "Fix initial value of do_update_progress."

parents cfe500d0 08b5578b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -840,7 +840,7 @@ void dump_route_tables() {

/* overall progress */
int progress = 0;
int do_update_progress = 1; // Set by dumpstate.cpp
int do_update_progress = 0; // Set by dumpstate.cpp

// TODO: make this function thread safe if sections are generated in parallel.
void update_progress(int delta) {