bmcweb: srcrev bump 662aa6e361..cddbf3df0e

Potin Lai (1):
      managers: fix bug of searching dbus object path

Change-Id: I8b611f5c820938f2e05cd0d14b5aa87efe5b4df9
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 4747377..cb3b50f 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 = "662aa6e361f8705cfd91261080324ff0e74778e4"
+SRCREV = "cddbf3df0ea0b78521b62f30f2ce764c6619018a"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"