]> Sergey Matveev's repositories - public-inbox.git/commitdiff
nntpd: fix LISTGROUP with range
authormephi42 <mephi42@gmail.com>
Mon, 28 Nov 2022 20:25:21 +0000 (21:25 +0100)
committerEric Wong <e@80x24.org>
Mon, 28 Nov 2022 20:34:27 +0000 (20:34 +0000)
This reverts 0c62cffc2389 ("nntp: listgroup_range_i: remove useless
`map' op") and adds a test that demonstrates the breakage: the server
returns lines like

    ARRAY(0x556dace73f08)

instead of message numbers.

Fixes: 0c62cffc2389 ("nntp: listgroup_range_i: remove useless `map' op")

No differences found