10_ZWave.pm: fix last security change (Forum #38587)

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9684 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-10-26 08:56:58 +00:00
parent cfa8c2813d
commit 5396ad7733

View File

@@ -729,7 +729,7 @@ ZWave_Cmd($$@)
# message stored in reading, will be processed when nonce arrives # message stored in reading, will be processed when nonce arrives
my $cmd2 = "$type $name $cmd ".join(" ", @a); my $cmd2 = "$type $name $cmd ".join(" ", @a);
ZWave_secPutMsg($hash, $interceptedMSG, $cmd2); ZWave_secPutMsg($hash, $interceptedMSG, $cmd2);
return ZWave_Get($hash, $name, "secNonce"); return ZWave_Cmd("get", $hash, $name, "secNonce");
} }
} }