diff options
Diffstat (limited to 'noderxloop.go')
| -rw-r--r-- | noderxloop.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noderxloop.go b/noderxloop.go index d7e275e..36b1250 100644 --- a/noderxloop.go +++ b/noderxloop.go @@ -269,7 +269,7 @@ func (n *Node) rxMessage(ts uint64, p *pb.MeshPacket) error { } } if reply != nil { - err := n.txPortnumMessage(channel.ChannelNum, source, replyPortNum, reply) + err := n.txDataMessage(channel.ChannelNum, source, &pb.Data{Portnum: replyPortNum, RequestId: p.Id}, reply) if err != nil { n.logger.Error("Failed to reply", "err", err, "reply", reply) } else { |
