contrib/97_SB_SERVER.pm: fixed AttrFn return value

git-svn-id: https://svn.fhem.de/fhem/trunk@13658 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ChrisD
2017-03-09 19:36:35 +00:00
parent 4ea3e4f146
commit 03ba8b1967

View File

@@ -508,6 +508,7 @@ sub SB_SERVER_Attr( @ ) {
$args[ 1 ] ); $args[ 1 ] );
} }
} }
return; # 0032 betateilchen/mahowi
} }