[BUG] connect_server: server might not exist when sending error report
authorWilly Tarreau <w@1wt.eu>
Sat, 12 Jan 2008 21:22:34 +0000 (22:22 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 12 Jan 2008 21:22:34 +0000 (22:22 +0100)
commitfe10a0619ddfe58d9dfbf9029a73651130843023
treebac6e1f48d66a7c014893c900f1f075519cae1bf
parent844e3c53da9f277bbb5b96e62fdfdb4a3a1335e8
[BUG] connect_server: server might not exist when sending error report

In connect_server(), we may send an alert with the server name while
the server might not exist, eg in dispatch mode.
src/backend.c