fix recording present on the proxy when proxying DATA-PRESENT
authorJoey Hess <joeyh@joeyh.name>
Wed, 30 Oct 2024 17:09:50 +0000 (13:09 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 30 Oct 2024 17:17:31 +0000 (13:17 -0400)
commit54dc1d6f6e188f589a64db6ec3e4752debd2419e
tree6847898a2985daa50434ff4c9f9e7940024fa399
parentccbc5189b5a7184c544494f270b46019a6ae05e7
fix recording present on the proxy when proxying DATA-PRESENT

Apparently the protoerrhandler parameter never runs. Also the const
typo prevented the type checker from complaining that relayPUTRecord was
being called with 1 less parameter than needed.

So move the relayPUTRecord out of it.
P2P/Proxy.hs