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=75f2b19595115590279956a176b7a35fd0b5df77;p=infobot.git changes due to Debian.pl git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@60 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/Shm.pl b/src/Shm.pl index 7ca47d7..b978a3a 100644 --- a/src/Shm.pl +++ b/src/Shm.pl @@ -108,7 +108,8 @@ sub addForked { return 0; } } else { - $forked{$name} = time(); + $forked{$name} = time(); + $forkedtime = time(); $count{'Fork'}++; return 1; }