| Summary: | Fetch doesn't default to the correct http-port when no port is specifie d in the environment | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Paul.Hernaus <paul.hernaus> | ||||
| Component: | bin | Assignee: | Dag-Erling Smørgrav <des> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 3.2-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Paul.Hernaus
1999-08-12 13:40:01 UTC
Responsible Changed From-To: freebsd-bugs->des I'll handle it. Paul.Hernaus@nl.origin-it.com writes: > +#define DEFAULT_FTP_PORT 21 > +#define DEFAULT_HTTP_PORT 80 No, the correct fix is to use getservbyname() to obtain the port numbers. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no State Changed From-To: open->closed Fixed in 4.x and 5.x. 3.x is no longer supported. |