Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olasaadi99 committed Jan 13, 2024
1 parent d69030d commit c5b4cca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cmd/analyzer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,10 @@ func _main(cmdlineArgs []string) error {
}
fmt.Println(vpcAnalysisOutput)

translateCDtoConnectionSet(inArgs)
if *inArgs.QProtocol != "" {
_ = translateCDtoConnectionSet(inArgs)
}

return nil
}

Expand Down

0 comments on commit c5b4cca

Please sign in to comment.