]> Sergey Matveev's repositories - public-inbox.git/commitdiff
nntp: remove reference to non-existent function
authorEric Wong <e@80x24.org>
Thu, 1 Oct 2015 22:38:04 +0000 (22:38 +0000)
committerEric Wong <e@80x24.org>
Thu, 1 Oct 2015 22:38:04 +0000 (22:38 +0000)
Oops

lib/PublicInbox/NNTP.pm

index 796f091ff67b11f221ae4dabda1ed75730d32721..000b2c6140cb8a3c4e7dbdd3550a08ffd12e971d 100644 (file)
@@ -71,7 +71,7 @@ sub expire_old () {
                $EXPTIMER = undef;
                # noop to kick outselves out of the loop so descriptors
                # really get closed
-               Danga::Socket->AddTimer(0, *expire_cleanup);
+               Danga::Socket->AddTimer(0, sub {});
        }
 }