]> git.donarmstrong.com Git - infobot.git/commitdiff
changes due to Debian.pl
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 30 Aug 2000 13:14:39 +0000 (13:14 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 30 Aug 2000 13:14:39 +0000 (13:14 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@60 c11ca15a-4712-0410-83d8-924469b57eb5

src/Shm.pl

index 7ca47d7e619e4307d02720eea3be28a24ffee1cb..b978a3af22e633db9985f77a2584ec01a0527f82 100644 (file)
@@ -108,7 +108,8 @@ sub addForked {
            return 0;
        }
     } else {
-       $forked{$name} = time();
+       $forked{$name}  = time();
+       $forkedtime     = time();
        $count{'Fork'}++;
        return 1;
     }