bmcweb: srcrev bump 6b9ac4f23e..41b25aa3a5

Myung Bae (2):
      Fix duplicated etag generation
      Fix coredump on async method during validatePrivilege

Change-Id: I5637227e6389058f3b9a3afb208ab09f148d8ef6
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 76c0834..a77c708 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 = "6b9ac4f23ed00c3905c9b99f1d0831930acdbb1c"
+SRCREV = "41b25aa3a541a0f92dee53b89064f655ac5e11cb"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"