• R
    check for connect failure in syslog log opening · c574321d
    Rich Felker 提交于
    based on patch by Dima Krasner, with minor improvements for code size.
    connect can fail if there is no listening syslogd, in which case a
    useless socket was kept open, preventing subsequent syslog call from
    attempting to connect again.
    c574321d
syslog.c 2.8 KB