diff --git a/pkg/remote/trans/netpollmux/mux_conn.go b/pkg/remote/trans/netpollmux/mux_conn.go index 56222550e2..bbeca558e6 100644 --- a/pkg/remote/trans/netpollmux/mux_conn.go +++ b/pkg/remote/trans/netpollmux/mux_conn.go @@ -80,7 +80,7 @@ func (c *muxCliConn) OnRequest(ctx context.Context, connection netpoll.Connectio if seqID == 0 { iv := rpcinfo.NewInvocation("none", "none") iv.SetSeqID(0) - ri := rpcinfo.NewRPCInfo(nil, nil, iv, nil, nil) + ri := rpcinfo.NewRPCInfo(nil, nil, iv, rpcinfo.NewRPCConfig(), nil) ctl := NewControlFrame() msg := remote.NewMessage(ctl, ri, remote.Reply, remote.Client)