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