From: dms Date: Wed, 30 Aug 2000 13:14:39 +0000 (+0000) Subject: changes due to Debian.pl X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=efb92d6ac8d60d09dfefac4c2499e5441589aec1;p=infobot.git changes due to Debian.pl git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@60 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/Shm.pl b/blootbot/src/Shm.pl index 7ca47d7..b978a3a 100644 --- a/blootbot/src/Shm.pl +++ b/blootbot/src/Shm.pl @@ -108,7 +108,8 @@ sub addForked { return 0; } } else { - $forked{$name} = time(); + $forked{$name} = time(); + $forkedtime = time(); $count{'Fork'}++; return 1; }