if "/" is found in the machine, do a uri.startswith(host) substring match to support...
authorMichael Vogt <michael.vogt@ubuntu.com>
Mon, 7 Dec 2009 09:35:32 +0000 (10:35 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Mon, 7 Dec 2009 09:35:32 +0000 (10:35 +0100)
commit278835da0bbab11f57a9938d4193b66067c6eff1
tree8309841dba28de7d94fbd63f8aa27fa56ecd2828
parent01fc89305c7b5fc52d719c6898a9fdf03abf3ce6
if "/" is found in the machine, do a uri.startswith(host) substring match to support multiple user/passwds on the same host
apt-pkg/contrib/netrc.cc