You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've had it since 2b81f47 (cvo: Release our leader lease when we
are gracefully terminated, 2019-01-16, #87), but it's redundant
vs. "ListenAddr is not an empty string".
I'm also switching to:
o.ListenAddr != ""
instead of:
len(o.ListenAddr) > 0
because it seems slightly easier to understand, but obviously either
will work.
0 commit comments