Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154985378
D4547.id11219.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
396 B
Referenced Files
None
Subscribers
None
D4547.id11219.diff
View Options
Index: usr.sbin/ypldap/ypldap_dns.c
===================================================================
--- usr.sbin/ypldap/ypldap_dns.c
+++ usr.sbin/ypldap/ypldap_dns.c
@@ -140,7 +140,7 @@
fatalx("unknown event");
if (events & EV_READ) {
- if ((n = imsg_read(ibuf)) == -1)
+ if ((n = imsg_read(ibuf)) == -1 && errno != EAGAIN)
fatal("imsg_read error");
if (n == 0)
shut = 1;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 1, 12:02 PM (14 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32575506
Default Alt Text
D4547.id11219.diff (396 B)
Attached To
Mode
D4547: EAGAIN handling for imsg_read.
Attached
Detach File
Event Timeline
Log In to Comment