Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDoanRivian committed Nov 26, 2024
1 parent 6be1c10 commit 13f2971
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cert/ca.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func NewCAPoolFromBytes(caPEMs []byte) (*NebulaCAPool, []error, error) {
}
}
if len(pool.CAs) == 0 {
//this is outside of cert.NewCAPoolFromBytes so we can warn the user about present-but-unsupported certs first
return nil, warnings, errors.New("no valid CA certificates present")
}
if expired {
Expand Down

0 comments on commit 13f2971

Please sign in to comment.