mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 23:06:37 +00:00
BlockingCall: DbLog Patch by vbs (Forum #24567)
git-svn-id: https://svn.fhem.de/fhem/trunk@6117 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
699b594463
commit
b43fa3c8e9
@ -82,6 +82,7 @@ BlockingCall($$@)
|
|||||||
|
|
||||||
foreach my $d (sort keys %defs) { # Close all kind of FD
|
foreach my $d (sort keys %defs) { # Close all kind of FD
|
||||||
my $h = $defs{$d};
|
my $h = $defs{$d};
|
||||||
|
$h->{DBH}->{InactiveDestroy} = 1 if($h->{TYPE} eq 'DbLog');
|
||||||
TcpServer_Close($h) if($h->{SERVERSOCKET});
|
TcpServer_Close($h) if($h->{SERVERSOCKET});
|
||||||
if($h->{DeviceName}) {
|
if($h->{DeviceName}) {
|
||||||
require "$attr{global}{modpath}/FHEM/DevIo.pm";
|
require "$attr{global}{modpath}/FHEM/DevIo.pm";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user