Skip to content

Commit

Permalink
Update return for `GetVirtualSeverCounts
Browse files Browse the repository at this point in the history
  • Loading branch information
shaun-nx committed Feb 20, 2024
1 parent dbc6e5e commit cf75a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/configs/configurator.go
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ func (cnf *Configurator) GetVirtualServerCounts() (vsCount int, vsrCount int) {
for _, vs := range cnf.virtualServers {
vsrCount += len(vs.VirtualServerRoutes)
}
return
return vsCount, vsrCount
}

// GetTransportServerCounts returns the total count of
Expand Down

0 comments on commit cf75a1d

Please sign in to comment.