Menu

[r10367]: / branches / dojo17 / patches / freebsd-libc-rpc.patch  Maximize  Restore  History

Download this file

22 lines (20 with data), 542 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
Index: lib/libc/rpc/svc_vc.c
===================================================================
--- lib/libc/rpc/svc_vc.c (revision 226546)
+++ lib/libc/rpc/svc_vc.c (working copy)
@@ -546,7 +546,7 @@ write_vc(xprtp, buf, len)
cd->strm_stat = XPRT_DIED;
return (-1);
}
- if (cd->nonblock && i != cnt) {
+ if (cd->nonblock) {
/*
* For non-blocking connections, do not
* take more than 2 seconds writing the
@@ -560,6 +560,7 @@ write_vc(xprtp, buf, len)
return (-1);
}
}
+ i = 0;
}
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.