bmcweb: srcrev bump 99bf026224..7ead48e61a

Boleslaw Ogonczyk Makowski (1):
      Fix mounting in legacy mode in virtual media

Gunnar Mills (1):
      System: Error log level when internalError

Jason M. Bills (1):
      Don't return failed password in Redfish error response

Change-Id: I6abb0a4b71a987bf4b702e44f61985f721be8ebd
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 89287c3..79082e9 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 = "99bf026224d6ea60be27bd36793ddfaea5537d2a"
+SRCREV = "7ead48e61a7b507eb187933d9497ed9b31e4401f"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"