mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-25 00:21:24 +02:00
The test on "if (err)" after parsing a number was meant to be "if (*err)" but in practise it will always be true since we at least have a '\n' there, so no need for testing before writing zero. This fixes issue #1211.