2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 12:58:13 +00:00

98_configdb.pm: prevent perl warning (#96996)

git-svn-id: https://svn.fhem.de/fhem/trunk@18510 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2019-02-06 17:40:51 +00:00
parent 35094fd71c
commit e6e76dd9d0

View File

@ -204,7 +204,7 @@ sub CommandConfigdb($$) {
$param1 = $param1 ? $param1 : '%';
$param2 = looks_like_number($param2) ? $param2 : 0;
Log3('configdb', 4, "configdb: list requested for device: $param1 in version $param2.");
$ret = _cfgDB_Search($param1,$param2);
$ret = _cfgDB_Search($param1,$param2,0);
}
when ('uuid') {