CVSROOT: /cvs Module name: src Changes by: ha...@cvs.openbsd.org 2009/06/29 03:58:40
Modified files: usr.bin/ftp : fetch.c Log message: Fix the range of a #ifndef SMALL ... #endif not to include the "break;" needed not to make a status of 200 (OK) fall through to the redirect handling. This was not noticed since the later code would ignore the isredirect flag unless it also received a "Location: " header. ok martynas@