mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-24 16:51:47 -04:00
- Fix undefined $saddr variable in ZMServer package by using sockaddr_un(main::SOCK_FILE) directly - Fix hash in scalar context that returned bucket ratio instead of count, use scalar(keys %terminating_processes) - Replace die calls with Fatal() for consistent error handling - Change confusing keepalive=>!undef idiom to keepalive=>1 - Remove unused $win and $ein variables - Fix typo in comment: processess -> processes - Add explicit $main:: package qualifier for daemon_patt variable - Add 30-second timeout when reading server response to prevent client from hanging indefinitely 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>