2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

: minor code cleanup

git-svn-id: https://svn.fhem.de/fhem/trunk@21558 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2020-03-31 12:24:00 +00:00
parent 6fc2397eef
commit 6e662c042f

View File

@ -254,7 +254,7 @@ sub _cfgDB_readConfig() {
my %dbconfig;
## no critic
eval join("", @config) ;
## critic
## use critic
my $cfgDB_dbconn = $dbconfig{connection};
my $cfgDB_dbuser = $dbconfig{user};