- Timestamp:
- Jul 13, 2014 1:50:00 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/pxtcp.c
r51974 r52008 1763 1763 lim = sz - 1; /* empty slot at the end */ 1764 1764 } 1765 else if (lim == 1 ) {1765 else if (lim == 1 && beg != 0) { 1766 1766 lim = sz; /* empty slot at the beginning */ 1767 1767 }
Note:
See TracChangeset
for help on using the changeset viewer.