mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
10_ZWave.pm: fix last security change (Forum #38587)
git-svn-id: https://svn.fhem.de/fhem/trunk@9684 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d0ddab50a6
commit
f14e8bcb9c
@ -729,7 +729,7 @@ ZWave_Cmd($$@)
|
||||
# message stored in reading, will be processed when nonce arrives
|
||||
my $cmd2 = "$type $name $cmd ".join(" ", @a);
|
||||
ZWave_secPutMsg($hash, $interceptedMSG, $cmd2);
|
||||
return ZWave_Get($hash, $name, "secNonce");
|
||||
return ZWave_Cmd("get", $hash, $name, "secNonce");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user