Fix --no-proxy option
authorTiago Vignatti <tiago.vignatti@intel.com>
Sun, 1 Jul 2012 23:03:23 +0000 (02:03 +0300)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 1 Jul 2012 23:26:09 +0000 (00:26 +0100)
commit97f4cf2d431ccb006b28abe8da7ee7dc906493ee
treee6119769cf45e2f973725dfecfa0020b94444eb8
parentc4c572b3d056738ec09a87cb876255991b771f6f
Fix --no-proxy option

A missing break in the case statement meant that --no-proxy would not disable
the proxy at all; it would actually have the same effect as --libproxy.

This bug has been present since the --no-proxy option was first added in
v2.20 (commit 9c6d3f1b). Although it was falling through to the --script
option then.

Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
main.c
www/changelog.xml