Skip to content

Commit

Permalink
Merge pull request #714 from TrekkieCoder/main
Browse files Browse the repository at this point in the history
gh-48 Fixed proxy CT display formatting
  • Loading branch information
UltraInstinct14 authored Jul 1, 2024
2 parents 26d05e9 + c0645be commit 2f553e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/loxinet/dpebpf_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@ func (e *DpEbpfH) DpTableGet(w *TableDpWorkQ) (DpRetT, error) {
for e, proxyCt := range proxyCtInfo {
ePCT := ctMap[proxyCt.Key()]
if ePCT != nil {
if e > 1 {
if e > 0 {
ePCT.CAct += " "
}
ePCT.CAct += proxyCt.CAct
Expand Down

0 comments on commit 2f553e1

Please sign in to comment.