Eliminate a redundant loop.

This commit is contained in:
Dag-Erling Smørgrav 2002-02-05 21:32:16 +00:00
parent 582ec34cd8
commit 551858f0b0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90264

View File

@ -367,8 +367,7 @@ fetchParseURL(const char *URL)
_url_seterr(URL_BAD_PORT);
goto ouch;
}
while (*p && (*p != '/'))
p++;
p = q;
}
nohost: