2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-17 05:16:02 +00:00

FB_CALLMONITOR: fix phonebook file read when using configDb (Forum #30244)

git-svn-id: https://svn.fhem.de/fhem/trunk@7455 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2015-01-05 21:06:58 +00:00
parent 5b504b928b
commit 9e9121845f
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it.
- bugfix: FB_CALLMONITOR: fix phonebook file read when using configDb (Forum #30244)
- feature: 70_XBMC: added commands: openmovieid, openepisodeid, addon, jsonraw (thanks to siggi85)
- fix: 70_XBMC: made fork attribute to close file handles correctly
- feature: 70_XBMC: added mechanism to detect disconnects (TCP)

View File

@ -670,7 +670,7 @@ sub FB_CALLMONITOR_readPhonebook($;$$)
($err, @lines) = FileRead($phonebook_file);
if(defined($err))
if(defined($err) && $err)
{
Log3 $name, 2, "FB_CALLMONITOR ($name) - could not read FritzBox phonebook file - $err";
return "Could not read FritzBox phonebook file - $err";