mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
fhem.pl: fix unexplained warning (Forum #29963)
git-svn-id: https://svn.fhem.de/fhem/trunk@13140 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9d96933e0a
commit
b7803a7132
@ -707,7 +707,7 @@ while (1) {
|
|||||||
CommandDelete(undef, $hash->{NAME});
|
CommandDelete(undef, $hash->{NAME});
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
if($ret == length($wb)) {
|
if($ret >= length($wb)) { # for the > see Forum #29963
|
||||||
delete($hash->{$wbName});
|
delete($hash->{$wbName});
|
||||||
if($hash->{WBCallback}) {
|
if($hash->{WBCallback}) {
|
||||||
no strict "refs";
|
no strict "refs";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user