]> Cypherpunks.ru repositories - nncp.git/commit
Fix nncp-bundle invalid Rx packets placement
authorSergey Matveev <stargrave@stargrave.org>
Wed, 30 Dec 2020 13:59:59 +0000 (16:59 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 30 Dec 2020 14:00:00 +0000 (17:00 +0300)
commit87245f236b40415c6e30fbaee18cdaf46b7f5c57
treec2004a422d4f3bafb707f2838e79c5cc00ab0f92
parent88ffb5ae8e2530ff4476216da9dbadbf61871d52
Fix nncp-bundle invalid Rx packets placement

Incoming packets must be placed on corresponding sender's directory, not
the self one. Thanks to John Goerzen for pointing this issue out.
src/cmd/nncp-bundle/main.go
src/nncp.go