2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

SMUtils.pm: update to version 1.15.0

git-svn-id: https://svn.fhem.de/fhem/trunk@22915 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-10-04 22:25:49 +00:00
parent 63d5275d62
commit 0ca40786dd

View File

@ -662,7 +662,11 @@ sub getCredentials {
if(!$username || !$passwd) {
$err = qq{possible problem in splitting with separator "$sep"};
Log3($name, 2, "$name - ERROR - ".$sc." not successfully decoded ! $err");
delete $hash->{CREDENTIALS};
if($ctc eq "credentials") {
delete $hash->{CREDENTIALS};
}
return;
}