bmcweb: srcrev bump 7f57f19593..d51e39d958

Ed Tanous (5):
      Fix sensor override
      Add missing inline on function prototype
      Remove extra semi colons
      Ignore clang warning
      Remove old TODO

Change-Id: Iba0cfc880bfb9dab25521f6298f4a002503a2776
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 9698bc1..3bb8cd6 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "7f57f19593fc87da79caa9d7da77976622c933ae"
+SRCREV = "d51e39d958a63f01b5cfbbc8e9c54b0694f8c104"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"