diff --git a/agent/intentions_endpoint.go b/agent/intentions_endpoint.go index d4d6736ab941..c0d2ff594882 100644 --- a/agent/intentions_endpoint.go +++ b/agent/intentions_endpoint.go @@ -33,6 +33,7 @@ func (s *HTTPServer) IntentionList(resp http.ResponseWriter, req *http.Request) } var reply structs.IndexedIntentions + defer setMeta(resp, &reply.QueryMeta) if err := s.agent.RPC("Intention.List", &args, &reply); err != nil { return nil, err }