bmcweb: srcrev bump 1f2a40ce32..159121592d

George Liu (2):
      Refactor GetSubTreePaths method
      Fix parameter type for calling getSubTreePaths method

Change-Id: I3f9ccdc75b1d687c7943784f26fb45a87f1613d5
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 53ea018..1530e3a 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 = "1f2a40ce3223e024d510f2e3b32fbc7e08012728"
+SRCREV = "159121592d4218b045d1a3310941b45cd17de836"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"