wok view gpxe/stuff/gcc.u @ rev 19216

Add coreutils-multicall (GNU Coreutils all-in-one, like Busybox; 4 times lighter than ordinary Coreutils)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 15 17:27:10 2016 +0300 (2016-06-15)
parents
children
line source
1 --- gpxe-0.9.3/src/net/ipv4.c
2 +++ gpxe-0.9.3/src/net/ipv4.c
3 @@ -227,7 +227,7 @@
4 free_iob ( iobuf );
6 /** Check if the fragment series is over */
7 - if ( !iphdr->frags & IP_MASK_MOREFRAGS ) {
8 + if ( !(iphdr->frags & IP_MASK_MOREFRAGS) ) {
9 iobuf = fragbuf->frag_iob;
10 free_fragbuf ( fragbuf );
11 return iobuf;