bmcweb: srcrev bump f9dcc11cc7..45b1b13506

James Feist (1):
      Fix off by 1 error

Change-Id: I6e19dd9e5db680d44bfd737ca0805bfb4d96ee41
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/recipes-phosphor/interfaces/bmcweb_git.bb b/recipes-phosphor/interfaces/bmcweb_git.bb
index 4c4c8da..b795c94 100644
--- a/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
 SRC_URI = "git://github.com/openbmc/bmcweb.git"
 
 PV = "1.0+git${SRCPV}"
-SRCREV = "f9dcc11cc7f71426078fece76e5fb8eef0eec430"
+SRCREV = "45b1b13506d17540cefdc842487a4be939a183c8"
 
 S = "${WORKDIR}/git"