diff options
author | Sam Bingner <sam@bingner.com> | 2018-12-26 15:34:06 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-12-26 15:35:01 -1000 |
commit | 9d801c75cdf8e48a8013257c684c7702806dde6c (patch) | |
tree | b9321de82a963b64f8e88081737cd182ea059e29 /apt-pkg/acquire.cc | |
parent | 59c3e0b998fd69532159d8dc416109cf50651482 (diff) | |
parent | f05c3233c311d40bb9f2ef65888aa7ce574a334b (diff) |
Merge bingner.com:apt1.4.8+iPhone-1
Diffstat (limited to 'apt-pkg/acquire.cc')
-rw-r--r-- | apt-pkg/acquire.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/acquire.cc b/apt-pkg/acquire.cc index 3f7f2bbf0..8df7a3239 100644 --- a/apt-pkg/acquire.cc +++ b/apt-pkg/acquire.cc @@ -609,7 +609,6 @@ static void CheckDropPrivsMustBeDisabled(pkgAcquire const &Fetcher) struct passwd const * const pw = getpwnam(SandboxUser.c_str()); if (pw == NULL) { - _error->Warning(_("No sandbox user '%s' on the system, can not drop privileges"), SandboxUser.c_str()); _config->Set("APT::Sandbox::User", ""); return; } |