Enable the use of proxies.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 2 Sep 2011 16:03:03 +0000 (16:03 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 2 Sep 2011 16:03:03 +0000 (16:03 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38863 f5534014-38df-0310-8fa8-9805f1628bb7

tools/make-services.pl

index a78c1b20b50c1419d73c442f077994125e2a9746..fb4707b48fb00ddbcd88520bf6c3714c897ab76e 100755 (executable)
@@ -45,6 +45,7 @@ if($in =~ m/^http:/i) {
        die "LWP isn't installed. It is part of the standard Perl module libwww." if $@;
 
        my $agent    = LWP::UserAgent->new;
+       $agent->env_proxy;
 
        warn "starting to fetch $in ...\n";