bmcweb: srcrev bump 870f3e9148..cef57e855f

Gunnar Mills (1):
      Fix handleAccounttDelete spelling

Willy Tu (1):
      Set state to Absent on Present == false

Change-Id: I9cc2dadebab2834070e5008231f300dc0fd4e875
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 737c124..37b0b96 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 = "870f3e914882dc1798ec4883472c67403805eed1"
+SRCREV = "cef57e855f5a800222d5e5ba47cbbe69174211e9"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"