Changeset 41806 in vbox
- Timestamp:
- Jun 18, 2012 3:21:25 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78624
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Devices/Network/slirp/socket.c ¶
r41455 r41806 192 192 return; 193 193 } 194 /** 195 * Check that we don't freeng socket with tcbcb 196 */ 197 Assert(!sototcpcb(so)); 194 198 if (so == tcp_last_so) 195 199 tcp_last_so = &tcb;
Note:
See TracChangeset
for help on using the changeset viewer.