X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fcypherpunks.ru%2Fnncp%2Fcall.go;h=496720a2bc9499a65793075f7b132a5a3830f2e2;hb=b4c6e5230f3bec679ceb9ca4207da08f7e9c53aa;hp=5b8e0584a4f334599f702d0273d8fdd5d5fb0ecf;hpb=24fc930968fb8a3a1167983dfd52b472991217e3;p=nncp.git diff --git a/src/cypherpunks.ru/nncp/call.go b/src/cypherpunks.ru/nncp/call.go index 5b8e058..496720a 100644 --- a/src/cypherpunks.ru/nncp/call.go +++ b/src/cypherpunks.ru/nncp/call.go @@ -23,7 +23,7 @@ import ( "strconv" ) -func (ctx *Ctx) CallNode(node *Node, addrs []string, nice uint8, xxOnly *TRxTx, onlineDeadline, maxOnlineTime uint) (isGood bool) { +func (ctx *Ctx) CallNode(node *Node, addrs []string, nice uint8, xxOnly TRxTx, onlineDeadline, maxOnlineTime uint) (isGood bool) { for _, addr := range addrs { sds := SDS{"node": node.Id, "addr": addr} ctx.LogD("call", sds, "dialing")