mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-18 20:56:44 +02:00
fopen() can return NULL when state file is missing. This patch adds a check of fopen() return value so we can skip processing in such case. No backport needed.