bmc: firmware updatePending: close(session)

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I27e7fc8176275f1c1ca4828b661ac89d6f4ddeed
diff --git a/firmware_handler.cpp b/firmware_handler.cpp
index 2213aef..f6344d1 100644
--- a/firmware_handler.cpp
+++ b/firmware_handler.cpp
@@ -633,6 +633,10 @@
          * trigger verification.
          */
     }
+    else if (item->second->activePath == updateBlobId)
+    {
+        /* nothing interesting. */
+    }
     else
     {
         /* They are closing a data pathway (image, tarball, hash). */