neue API für die AMADCommBridge

This commit is contained in:
Marko Oldenburg
2016-07-11 14:11:03 +02:00
parent fa03a27604
commit 0380c6285c
2 changed files with 195 additions and 191 deletions

View File

@ -37,8 +37,8 @@ use TcpServerUtils;
use Encode qw(encode);
my $modulversion = "2.3.17";
my $flowsetversion = "2.3.19";
my $modulversion = "2.4.0";
my $flowsetversion = "2.4.0";
@ -1094,7 +1094,7 @@ sub AMAD_CommBridge_Read($) {
if( $hash->{SERVERSOCKET} ) { # Accept and create a child
if( $hash->{SERVERSOCKET} ) { # Accept and create a child
TcpServer_Accept( $hash, "AMAD" );
return;
}