wok-next annotate gpxe/stuff/patches/gcc.u @ rev 21306

updated httrack (3.45.4 -> 3.49.2)
author Hans-G?nter Theisgen
date Tue Dec 10 10:00:39 2019 +0100 (2019-12-10)
parents 33a68ba04eb6
children
rev   line source
pascal@4203 1 --- gpxe-0.9.3/src/net/ipv4.c
pascal@4203 2 +++ gpxe-0.9.3/src/net/ipv4.c
pascal@4203 3 @@ -227,7 +227,7 @@
pascal@4203 4 free_iob ( iobuf );
pascal@4203 5
pascal@4203 6 /** Check if the fragment series is over */
pascal@4203 7 - if ( !iphdr->frags & IP_MASK_MOREFRAGS ) {
pascal@4203 8 + if ( !(iphdr->frags & IP_MASK_MOREFRAGS) ) {
pascal@4203 9 iobuf = fragbuf->frag_iob;
pascal@4203 10 free_fragbuf ( fragbuf );
pascal@4203 11 return iobuf;