diff --git a/pkg/hypervisor/hypervisor.go b/pkg/hypervisor/hypervisor.go index ad35ade421..b7b264c540 100644 --- a/pkg/hypervisor/hypervisor.go +++ b/pkg/hypervisor/hypervisor.go @@ -650,7 +650,7 @@ func (m *Node) appCtx(w http.ResponseWriter, r *http.Request) (*httpCtx, bool) { } func (m *Node) tpCtx(w http.ResponseWriter, r *http.Request) (*httpCtx, bool) { - ctx, ok := m.appCtx(w, r) + ctx, ok := m.nodeCtx(w, r) if !ok { return nil, false }