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

Add lxqt (meta), make qt4-examples: screenshot, findfiles, charactermap
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Oct 19 01:51:31 2014 +0200 (2014-10-19)
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;