2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +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:
tdressler 2008-05-12 12:08:35 +00:00
parent 006b488bb8
commit 1447051c21

View File

@ -140,7 +140,7 @@ my %intAt; # Internal at timer hash.
my $intAtCnt=0;
my $reread_active = 0;
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;
@ -264,7 +264,7 @@ Log 0, "Server started (version $attr{global}{version}, pid $$)";
################################################
# Main Loop
MAIN:
sub MAIN {MAIN:};#Dummy
while (1) {
my ($rout, $rin) = ('', '');