Changeset b6423a09 for lib/url.c


Ignore:
Timestamp:
2007-02-18T23:57:12Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
723e611
Parents:
6cfcfdf
Message:

Little fix copied from Jelmer's integration branch, want to import the rest
after doing this devel release because there are quite a lot of changes in
it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/url.c

    r6cfcfdf rb6423a09  
    100100                else if( url->proto == PROTO_HTTPS )
    101101                        url->port = 443;
    102                 else if( url->proto == PROTO_SOCKS4 || url->proto == PROTO_SOCKS4 )
     102                else if( url->proto == PROTO_SOCKS4 || url->proto == PROTO_SOCKS5 )
    103103                        url->port = 1080;
    104104        }
Note: See TracChangeset for help on using the changeset viewer.