mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-27 16:43:29 +00:00
dummy tag for main
git-svn-id: https://svn.fhem.de/fhem/trunk@186 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
006b488bb8
commit
1447051c21
@ -140,7 +140,7 @@ my %intAt; # Internal at timer hash.
|
|||||||
my $intAtCnt=0;
|
my $intAtCnt=0;
|
||||||
my $reread_active = 0;
|
my $reread_active = 0;
|
||||||
my $AttrList = "room comment";
|
my $AttrList = "room comment";
|
||||||
my $cvsid = '$Id: fhem.pl,v 1.44 2008-05-11 21:03:13 tdressler Exp $';
|
my $cvsid = '$Id: fhem.pl,v 1.45 2008-05-12 12:08:35 tdressler Exp $';
|
||||||
|
|
||||||
$init_done = 0;
|
$init_done = 0;
|
||||||
|
|
||||||
@ -264,7 +264,7 @@ Log 0, "Server started (version $attr{global}{version}, pid $$)";
|
|||||||
|
|
||||||
################################################
|
################################################
|
||||||
# Main Loop
|
# Main Loop
|
||||||
MAIN:
|
sub MAIN {MAIN:};#Dummy
|
||||||
while (1) {
|
while (1) {
|
||||||
my ($rout, $rin) = ('', '');
|
my ($rout, $rin) = ('', '');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user