summaryrefslogtreecommitdiffhomepage
path: root/control
diff options
context:
space:
mode:
Diffstat (limited to 'control')
-rw-r--r--control/controlclient/map.go1
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