bmcweb: srcrev bump ce73d5c851..e715d14b25

Ed Tanous (1):
      Fix behavior when service is missing

Change-Id: I7c77ee087ab48a38c8f5810c034ca8fbf12008f8
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 d150d7d..c31f4f7 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 = "ce73d5c8517e0b85d85de345f10c82c24cbb067b"
+SRCREV = "e715d14b258a764f0e41559fe4a5e9f7d2efe314"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"