From efb92d6ac8d60d09dfefac4c2499e5441589aec1 Mon Sep 17 00:00:00 2001 From: dms Date: Wed, 30 Aug 2000 13:14:39 +0000 Subject: [PATCH] changes due to Debian.pl git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@60 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Shm.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.39.5