bmcweb: srcrev bump 1ccf70f116..e01d0c36af

Ed Tanous (1):
      Fix bugprone-unchecked-optional-access findings

Change-Id: Ie734499a98708cc36267ea069ed22a63752800b2
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index dc6b32b..2381fda 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "1ccf70f116b28a0f78404b914a789ce05f411ddf"
+SRCREV = "e01d0c36af115ed46d54b5dbbacfe3ad92226bd3"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"