summaryrefslogtreecommitdiff
path: root/test/interactive-helper
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2012-07-10 13:19:54 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2012-07-10 13:19:54 +0200
commit3ce22d4f714414d6deb8b044c5b08a8fe7a78967 (patch)
treed7126b848bf54996e117b8bac081753cef85d68f /test/interactive-helper
parenta38a00b981de3031a51e76c8a2e220b59557c469 (diff)
cleanup, thanks to donkult for his feedback
Diffstat (limited to 'test/interactive-helper')
-rw-r--r--test/interactive-helper/aptwebserver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/interactive-helper/aptwebserver.cc b/test/interactive-helper/aptwebserver.cc
index ebe04d2a3..8fbb9eab9 100644
--- a/test/interactive-helper/aptwebserver.cc
+++ b/test/interactive-helper/aptwebserver.cc
@@ -154,7 +154,7 @@ int main(int argc, const char *argv[])
};
CommandLine CmdL(Args, _config);
- if(pkgInitConfig(*_config) == false || CmdL.Parse(argc,argv) == false) {
+ if(CmdL.Parse(argc,argv) == false) {
_error->DumpErrors();
exit(1);
}