X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fadaptation%2FConfig.cc;h=e7f9332e8cf82df1cccc0d85619f2b40804dccad;hb=e13816381e77a355099d4673cbe38e11f0fdfec2;hp=f44bd84785c04fd5bdaf7184da14814e8d23e976;hpb=1d17c89ac8d0479e43abd0536aeb7f2644e6930d;p=thirdparty%2Fsquid.git diff --git a/src/adaptation/Config.cc b/src/adaptation/Config.cc index f44bd84785..e7f9332e8c 100644 --- a/src/adaptation/Config.cc +++ b/src/adaptation/Config.cc @@ -54,7 +54,7 @@ Adaptation::Config::parseService() ServiceConfig *cfg = new ServiceConfig; if (!cfg->parse()) { fatalf("%s:%d: malformed adaptation service configuration", - cfg_filename, config_lineno); + cfg_filename, config_lineno); } serviceConfigs.push_back(cfg); }