K 10 svn:author V 6 dillon K 8 svn:date V 27 1998-12-14T05:35:56.000000Z K 7 svn:log V 202 author was assuming that nextpaddr declared *inside* the do loop would survive within the loop. This is not guarenteed by C. I have moved the nextpaddr declaration to outside the do loop. END