commit | cf81af96b0ae70fee40fdfa4ef97c77ebb9100da | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Jul 29 17:17:05 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jul 29 17:17:05 2019 +0000 |
tree | 8f6bf2f3f6d24a629058add46f3e74d9102be4fd | |
parent | 5fa93fffe44167a668b30b8930aa7bf19be2ded4 [diff] | |
parent | aac6f58434e0e165dc3eaad8e76bfe681aeddc39 [diff] |
Merge "Delete local bugreport when consent is denied"
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index ae08f95..bdb1363 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp
@@ -2571,7 +2571,7 @@ // Dump state for the default case. This also drops root. RunStatus s = DumpstateDefault(); if (s != RunStatus::OK) { - if (s == RunStatus::USER_CONSENT_TIMED_OUT) { + if (s == RunStatus::USER_CONSENT_DENIED) { HandleUserConsentDenied(); } return s;