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:
parent
6fc2397eef
commit
6e662c042f
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user