]> git.donarmstrong.com Git - infobot.git/commitdiff
dead pid shm comment
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 22 Aug 2003 18:18:07 +0000 (18:18 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 22 Aug 2003 18:18:07 +0000 (18:18 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@818 c11ca15a-4712-0410-83d8-924469b57eb5

src/IRC/Schedulers.pl

index 3fe5e63a3e54c9a00d44a8f4790259ec75660f6d..566a28805b349d400b0936bfdfea1d90c1a60121 100644 (file)
@@ -770,6 +770,7 @@ sub miscCheck {
            my $pid     = $2;
            my $time    = $3;
            next if (time() - $time < 60*60);
+           # FIXME remove not-pid shm if parent process dead
            next if ($pid == $bot_pid);
            # don't touch other bots, if they're running.
            next unless ($param{ircNick} =~ /^\Q$n\E$/);