bmcweb: srcrev bump 079360ae6e..5a19396d08

Jian Zhang (1):
      Correct the dhcp object path

cm-jishnu (1):
      Restrict use of subfolder in configfiles path

Change-Id: Ib621d77873bfbf82d5d0a4a88c61f94a71aa4c1b
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 99a3a91..51a1d9f 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 = "079360ae6e04d3f2245e00d70f83d15c5cad3630"
+SRCREV = "5a19396d081c5cb68d3e880529ecd552d1c4f5a0"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"