Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162769105
D51995.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
560 B
Referenced Files
None
Subscribers
None
D51995.diff
View Options
diff --git a/usr.sbin/syslogd/syslogd.c b/usr.sbin/syslogd/syslogd.c
--- a/usr.sbin/syslogd/syslogd.c
+++ b/usr.sbin/syslogd/syslogd.c
@@ -1830,15 +1830,14 @@
case EHOSTUNREACH:
case EHOSTDOWN:
case EADDRNOTAVAIL:
+ case EAGAIN:
+ case ECONNREFUSED:
break;
/* case EBADF: */
/* case EACCES: */
/* case ENOTSOCK: */
/* case EFAULT: */
/* case EMSGSIZE: */
- /* case EAGAIN: */
- /* case ENOBUFS: */
- /* case ECONNREFUSED: */
default:
dprintf("removing entry: errno=%d\n", e);
f->f_type = F_UNUSED;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 17, 4:59 PM (19 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35171760
Default Alt Text
D51995.diff (560 B)
Attached To
Mode
D51995: syslogd: EAGAIN and ECONNREFUSED are not permanently fatal
Attached
Detach File
Event Timeline
Log In to Comment