mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 04:36:36 +00:00
fixing copy paste mistake
git-svn-id: https://svn.fhem.de/fhem/trunk@3438 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9500f7a60a
commit
293117eef2
@ -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");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user