From 75f2b19595115590279956a176b7a35fd0b5df77 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/blootbot@60 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Shm.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.39.5