SecurityCheck fixes

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1661 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-06-28 16:48:15 +00:00
parent 9ef10e6a4d
commit ddfae601d6
3 changed files with 9 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ telnet_SecurityCheck($$)
AttrVal($_, "globalpassword", undef)) }
devspec2array("TYPE=telnet");
$motd .= (join(",", sort @list).
" has no password/globalpassword attribute\n")
" has no password/globalpassword attribute.\n")
if(@list);
$attr{global}{motd} = $motd;
}