]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/call.go
Bad exit code if queues are not empty
[nncp.git] / src / call.go
index 295e7c8805c62eaee4cf0d3fd5051e4e86fb2251..95a70d6dcc502e03484c2385d8a665dde3b78bf8 100644 (file)
@@ -117,7 +117,7 @@ func (ctx *Ctx) CallNode(
                        ctx.LogI("call-started", les, func(les LEs) string {
                                return fmt.Sprintf("Connection to %s (%s)", node.Name, addr)
                        })
-                       state.Wait()
+                       isGood = state.Wait()
                        ctx.LogI("call-finished", append(
                                les,
                                LE{"Duration", int64(state.Duration.Seconds())},
@@ -138,7 +138,6 @@ func (ctx *Ctx) CallNode(
                                        humanize.IBytes(uint64(state.TxSpeed)),
                                )
                        })
-                       isGood = true
                        conn.Close()
                        break
                } else {