]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/DS.pm
imap: prioritize AUTH=ANONYMOUS clients
[public-inbox.git] / lib / PublicInbox / DS.pm
index 77e2e5e9d4a4ed0b96ab02be1f246f4c0ad76048..5e8a6a6601c51238a859f429bda5f584cda7a1b1 100644 (file)
@@ -688,7 +688,7 @@ sub requeue_once {
        # but only after all pending writes are done.
        # autovivify wbuf.  wbuf may be populated by $cb,
        # no need to rearm if so: (push returns new size of array)
-       requeue($self) if push(@{$self->{wbuf}}, \&long_step) == 1;
+       $self->requeue if push(@{$self->{wbuf}}, \&long_step) == 1;
 }
 
 sub long_response ($$;@) {