2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-28 11:01:59 +00:00

rereadcfg followed by save destroys data

git-svn-id: https://svn.fhem.de/fhem/trunk@1308 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-03-02 20:26:30 +00:00
parent d85d4a95a6
commit d2201723a0

View File

@ -959,6 +959,7 @@ CommandRereadCfg($$)
} }
my $cfgfile = $attr{global}{configfile}; my $cfgfile = $attr{global}{configfile};
%comments = ();
%defs = (); %defs = ();
%attr = (); %attr = ();
%selectlist = (); %selectlist = ();