about summary refs log tree commit homepage
path: root/lib/PublicInbox/NNTP.pm
diff options
context:
space:
mode:
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-03-03 20:18:34 +0000
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-03-03 20:18:34 +0000
commitb212aee7e13c460b73a3632458ae96c39d9eac97 (patch)
tree13d89c2fd714cfeac4f5989233bf37d78ca7e5ba /lib/PublicInbox/NNTP.pm
parentfa3283debd81490ac1d5e0895fc2d8968e1f110b (diff)
downloadpublic-inbox-b212aee7e13c460b73a3632458ae96c39d9eac97.tar.gz
I guess nobody uses this command (slrnpull does not), and
the breakage was not noticed until I started writing new
tests for multi-MID handling.

Fixes: 3fc411c772a21d8f ("search: drop pointless range processors for Unix timestamp")
Diffstat (limited to 'lib/PublicInbox/NNTP.pm')
-rw-r--r--lib/PublicInbox/NNTP.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/NNTP.pm b/lib/PublicInbox/NNTP.pm
index 895e5023..fb65ddc0 100644
--- a/lib/PublicInbox/NNTP.pm
+++ b/lib/PublicInbox/NNTP.pm
@@ -336,7 +336,7 @@ sub cmd_newnews ($$$$;$$) {
         long_response($self, 0, long_response_limit, sub {
                 my ($i) = @_;
                 my $srch = $srch[0];
-                my $res = $srch->query($ts, $opts);
+                my $res = $srch->query_ts($ts, $opts);
                 my $msgs = $res->{msgs};
                 if (my $nr = scalar @$msgs) {
                         more($self, '<' .