From 293117eef22d0584d190e7f472f0ac2d55a3bab3 Mon Sep 17 00:00:00 2001 From: markusbloch <> Date: Tue, 16 Jul 2013 19:08:49 +0000 Subject: [PATCH] fixing copy paste mistake git-svn-id: https://svn.fhem.de/fhem/trunk@3438 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/PRESENCE/presenced | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fhem/contrib/PRESENCE/presenced b/fhem/contrib/PRESENCE/presenced index 086484a2b..82720d919 100755 --- a/fhem/contrib/PRESENCE/presenced +++ b/fhem/contrib/PRESENCE/presenced @@ -223,7 +223,8 @@ while(1) if(defined($child_handles{$client})) { - print timestamp()."signalling thread ".$child_handles{$client}->tid()." for an instant test for client ".$client->peerhos$ + print timestamp()."signalling thread ".$child_handles{$client}->tid()." for an instant test for client ".$client->peerhost()."\n" if($opt_v); + $child_handles{$client}->kill('HUP'); $client->send("command accepted\n"); }