various nits

This commit is contained in:
Mechiel Lukkien
2025-03-01 10:27:00 +01:00
parent 7756150a69
commit 3b731b7afe
3 changed files with 2 additions and 3 deletions

View File

@ -167,7 +167,6 @@ binary should be setgid that group:
for {
block, rest := pem.Decode(pemBuf)
if block == nil && len(rest) != 0 {
log.Printf("xxx, leftover data %q", rest)
log.Fatalf("leftover data in pem file")
} else if block == nil {
break