Changeset 64679 in vbox
- Timestamp:
- Nov 15, 2016 11:51:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r63562 r64679 1128 1128 1129 1129 /* if socket freed ''so'' is PHANTOM and next socket isn't points on it */ 1130 if (so_next->so_prev == so) 1130 if (so_next->so_prev != so) 1131 { 1132 CONTINUE(tcp); 1133 } 1134 else 1131 1135 { 1132 1136 /* mark the socket for termination _after_ it was drained */ … … 1139 1143 #endif 1140 1144 } 1141 if (so_next->so_prev == so)1142 so->fUnderPolling = 0;1143 CONTINUE(tcp);1144 1145 } 1145 1146
Note:
See TracChangeset
for help on using the changeset viewer.