Changeset 1355
- Timestamp:
- 29/05/08 13:27:49 (7 months ago)
- Files:
-
- trunk/lib/protocols_l3.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/protocols_l3.c
r1354 r1355 50 50 51 51 if ((ntohs(ipptr->ip_off) & SW_IP_OFFMASK) != 0) { 52 *remaining = 0; /* Not sure if this is right but 53 consistency is a good thing, right? 54 */ 52 if (remaining) 53 *remaining = 0; 55 54 return NULL; 56 55 }
