CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2020/01/15 07:49:38

Modified files:
        usr.bin/ftp    : fetch.c 

Log message:
Move local file handling out of url_get()

The code is mostly duplicated already, handling local files here just
makes for more complex code.  Split it out to its own function.  This
mechanically prevents redirections to local files.

Positive feedback from Hiltjo Posthuma

Reply via email to