This commit is contained in:
Caleb Doxsey 2023-10-31 12:21:42 -06:00
parent aa619424df
commit 50f7368b19

View file

@ -267,7 +267,7 @@ func (srv *Server) OnConfigChange(ctx context.Context, cfg *config.Config) error
if err != nil {
return err
}
srv.xdsmgr.Update(ctx, cfg.Version, res)
srv.xdsmgr.Update(ctx, res)
return nil
}