commit | 9a5ce56154d6db41b5cb5e8dffc73bf2b13b9314 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Dec 14 18:56:04 2018 -0800 |
committer | Patrick Venture <venture@google.com> | Fri Jan 04 16:20:14 2019 -0800 |
tree | 37bc217b932114e270df086ca5dbc63d8471c9f7 | |
parent | 28abae7c6fcb1aa27d510b20e85a9c9f62ecf45a [diff] [blame] |
tools: implement blob close Implement blob close call. Change-Id: If7c845e1e3b542e6f0253136eb8b6fd40bc96f3d Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/tools/updater.cpp b/tools/updater.cpp index 6fed1d6..27414c1 100644 --- a/tools/updater.cpp +++ b/tools/updater.cpp
@@ -92,6 +92,8 @@ throw ToolException("Failed to send contents of " + imagePath); } + blob->closeBlob(session); + /* Send over the hash contents. */ /* Trigger the verification. */ /* Check the verification. */