mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-06 13:45:30 -04:00
call loadMonitors at the beginning. Otherwise we may not know about a monitor while handling a message from it.
This commit is contained in:
@@ -196,9 +196,10 @@ foreach my $connection ( @in_select_connections )
|
||||
|
||||
my %spawned_connections;
|
||||
my %monitors;
|
||||
|
||||
my $monitor_reload_time = 0;
|
||||
my $needsReload = 0;
|
||||
loadMonitors();
|
||||
|
||||
|
||||
$! = undef;
|
||||
my $rin = '';
|
||||
|
||||
Reference in New Issue
Block a user