mirror of
https://github.com/mjl-/mox.git
synced 2025-07-19 00:46:36 +03:00
various nits
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user