add Smart-IPTV
This commit is contained in:
parent
c4888cc5f2
commit
671a691a8a
@ -690,7 +690,7 @@ sub Read($) {
|
|||||||
|
|
||||||
$len = sysread( $hash->{CD}, $buf, 10240 );
|
$len = sysread( $hash->{CD}, $buf, 10240 );
|
||||||
|
|
||||||
if ( !defined($len) or !$len ) {
|
if ( $len == 0 ) {
|
||||||
|
|
||||||
Close($hash);
|
Close($hash);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user