openconfig / gnmi-gateway

A modular, distributed, and highly available service for modern network telemetry via OpenConfig and gNMI
Apache License 2.0
137 stars 32 forks source link

Fix bug: panic in cluster member check when clustering is not enabled. #17

Closed colinmcintosh closed 3 years ago

colinmcintosh commented 3 years ago

There was no nil pointer check for the cluster member pointer when trying to retrieve the cluster member list.