]> git.saurik.com Git - apt.git/commit
do not error if auto-detect-proxy cmd has no output
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 20 Jun 2016 09:23:09 +0000 (11:23 +0200)
committerJulian Andres Klode <jak@debian.org>
Mon, 20 Jun 2016 15:25:26 +0000 (17:25 +0200)
commit7fb6227f5239e44ed2e7dfc8dd6f6fc801fba146
treedd66e7676c713760f1ccfc07662db37adfec325c
parent99043f83e5855dbf50b3a5c741072b095a48b051
do not error if auto-detect-proxy cmd has no output

Regression introduced in 8f858d560e3b7b475c623c4e242d1edce246025a.

Commands are probably better of always having output through as the
fall through to the generic proxy settings is likely not intended. As
documenting and implementing this more consistently is kind of a
regression through, it is split off into the next commit.

Closes: 827713
(cherry picked from commit cad1877559f3e1703c3fea4d081978e1b4bb4a0e)
apt-pkg/contrib/proxy.cc
test/integration/test-apt-helper