Page MenuHomeFreeBSD

D5419.id13677.diff
No OneTemporary

D5419.id13677.diff

Index: sys/kern/uipc_usrreq.c
===================================================================
--- sys/kern/uipc_usrreq.c
+++ sys/kern/uipc_usrreq.c
@@ -354,7 +354,7 @@
unp2 = unp->unp_conn;
if (unp2 != NULL) {
UNP_PCB_LOCK(unp2);
- unp_drop(unp2, ECONNABORTED);
+ unp_drop(unp2, ECONNRESET);
UNP_PCB_UNLOCK(unp2);
}
UNP_PCB_UNLOCK(unp);

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 22, 9:19 PM (21 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37109573
Default Alt Text
D5419.id13677.diff (357 B)

Event Timeline