]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[syslog] Disable console when no syslog server is defined
authorMichael Brown <mcb30@ipxe.org>
Tue, 28 Feb 2012 22:27:48 +0000 (22:27 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 28 Feb 2012 23:10:01 +0000 (23:10 +0000)
commitc72b8969e2fed31c7be6f70fdec107f92c1c03e8
treea7674cd01035533d7b1d34360f9d9564c63c2192
parent99de2398676d5fd9706c837c37e698a71fd31f17
[syslog] Disable console when no syslog server is defined

Explicitly disable the syslog console when no syslog server is
defined, rather than (ab)using the socket family address as an
equivalent console-enabled flag.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/udp/syslog.c