]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cmd/nncp-log/main.go
Operations progress
[nncp.git] / src / cmd / nncp-log / main.go
index 97ca259e80fb907715f5a807e32f1d4d6fe77fe4..883d06f416aa4ebfaedc2a83fcbaa75035258787 100644 (file)
@@ -54,7 +54,7 @@ func main() {
                return
        }
 
-       ctx, err := nncp.CtxFromCmdline(*cfgPath, "", *logPath, false, *debug)
+       ctx, err := nncp.CtxFromCmdline(*cfgPath, "", *logPath, false, false, false, *debug)
        if err != nil {
                log.Fatalln("Error during initialization:", err)
        }