mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Fix missing closing brace in Monitor::ONVIF::start function
Added the missing closing brace for the else block (success path) that starts at line 261. The function now compiles correctly with proper brace matching. Co-authored-by: connortechnology <925519+connortechnology@users.noreply.github.com>
This commit is contained in:
@@ -315,6 +315,7 @@ void Monitor::ONVIF::start() {
|
|||||||
healthy = false;
|
healthy = false;
|
||||||
} // end renew
|
} // end renew
|
||||||
}
|
}
|
||||||
|
} // end else (success block)
|
||||||
#else
|
#else
|
||||||
Error("zmc not compiled with GSOAP. ONVIF support not built in!");
|
Error("zmc not compiled with GSOAP. ONVIF support not built in!");
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user