fhem.pl: fix rereadcfg for setuuid (Forum #96172)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@18342 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2019-01-20 06:16:04 +00:00
parent 4e0eb75031
commit eef37b17f9

View File

@ -1461,6 +1461,7 @@ CommandRereadCfg($$)
%readyfnlist = ();
my $informMe = $inform{$name};
%inform = ();
%fuuidHash = ();
doGlobalDef($cfgfile);
my $ret;