1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00

Set fetchDebug if v_level is 3 or more.

PR:		bin/32615
MFC after:	1 week
This commit is contained in:
Dag-Erling Smørgrav 2001-12-09 15:07:26 +00:00
parent 3c4b4d83f7
commit 62f6d0b88e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87563

View File

@ -291,6 +291,8 @@ fetch(char *URL, const char *path)
/* common flags */
if (v_level > 1)
strcat(flags, "v");
if (v_level > 2)
fetchDebug = 1;
switch (family) {
case PF_INET:
strcat(flags, "4");