fix the build

This commit is contained in:
funkycode 2024-11-06 14:29:05 +02:00 committed by nkanaev
parent 6b12715506
commit 7402dfc4e6

View File

@ -106,6 +106,7 @@ func main() {
log.Printf("using db file %s", db)
var username, password string
var err error
if authfile != "" {
f, err := os.Open(authfile)
if err != nil {