aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarret Kelly <gdk@google.com>2019-05-08 11:45:52 -0400
committerGarret Kelly <gdk@google.com>2019-05-08 11:45:52 -0400
commit3f329277ab6466910d8fc05a337f66ea19cd0df8 (patch)
treefbe86db27f1b02ecb02f7cb55d61cfd59ef0d502
parent717ab3515715b7165ca61ef4c05e53ab0a23c7a0 (diff)
parent3fe45ac5f7bac74e695616eb5ceb05130f6573d9 (diff)
downloadgeneric-3f329277ab6466910d8fc05a337f66ea19cd0df8.tar.gz
Merge remote-tracking branch 'goog/upstream-master' into doodle_wip8android10-dev
* goog/upstream-master: Make citadel_updater --repo request more bytes Bug: 132201532 Test: manual Change-Id: Ib2e547e371d3cd72f914098655618a6c7f613be6
-rw-r--r--citadel/updater/updater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/citadel/updater/updater.cpp b/citadel/updater/updater.cpp
index 9fd370c..ec8fb3f 100644
--- a/citadel/updater/updater.cpp
+++ b/citadel/updater/updater.cpp
@@ -626,7 +626,7 @@ uint32_t do_repo_snapshot(AppClient &app)
{
uint32_t retval;
std::vector<uint8_t> buffer;
- buffer.reserve(1200);
+ buffer.reserve(2048);
retval = app.Call(NUGGET_PARAM_REPO_SNAPSHOT, buffer, &buffer);