libfetch: Fix failure to return to caller on error
authorJohn Marino <draco@marino.st>
Thu, 1 Nov 2012 20:17:48 +0000 (21:17 +0100)
committerJohn Marino <draco@marino.st>
Thu, 1 Nov 2012 21:56:18 +0000 (22:56 +0100)
commit245e028cba44feaddf55549c4c31f246f73c7c81
tree6ce4297c68ce127b40f984b0ef6953d076cc09a9
parentad48ea3757e4b0125ffb7567af38f499125e6780
libfetch: Fix failure to return to caller on error

As described in FreeBSD PR kern/171187, several error conditions were
missing return statements.

Taken-from: FreeBSD SVN 240595
lib/libfetch/file.c