diff options
Diffstat (limited to 'control/controlclient/map.go')
| -rw-r--r-- | control/controlclient/map.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/control/controlclient/map.go b/control/controlclient/map.go index 22cea5aca..935e5b414 100644 --- a/control/controlclient/map.go +++ b/control/controlclient/map.go @@ -173,6 +173,7 @@ func (ms *mapSession) HandleNonKeepAliveMapResponse(ctx context.Context, resp *t if DevKnob.StripCaps() { resp.Node.Capabilities = nil resp.Node.CapMap = nil + resp.Node.ExtraCapMap = nil } // If the server is old and is still sending us Capabilities instead of // CapMap, convert it to CapMap early so the rest of the client code can |
