mirror of https://github.com/hashicorp/consul
59f1462801
* Fix segfault when removing both a service and associated check updateSyncState creates entries in the services and checks maps for remote services/checks that are not found locally, so that we can then make sure to delete them in our reconciliation process. However, the values added to the map are missing key fields that the rest of the code expects to not be nil. * Add comment stating Check field can be nil |
||
---|---|---|
.. | ||
state.go | ||
state_test.go | ||
testing.go |