Skip to content

Commit 19573c8

Browse files
authored
BUG/MEDIUM: crash on intentions check (#68)
This was introduced by 86295eb
1 parent 97000a0 commit 19573c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

haproxy/state.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ func (h *HAProxy) watch(sd *lib.Shutdown) error {
4949

5050
case c := <-h.cfgC:
5151
log.Info("handling new configuration")
52+
h.currentConsulConfig = &c
5253
currentConfig = c
5354
inputReceived = true
5455
case <-resyncConfig:

0 commit comments

Comments
 (0)