X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FConfig.cc;h=1f3577cb8034c9ed8aa6e538b51553afdfcdc1ab;hb=394ced7000128fef7e753caea1deda8d55dec8e2;hp=a457072a7193c1faf023a91a936b9bda6308d369;hpb=57daeae6f2e924ce3f16f9677c3474f531cba9e5;p=senf.git diff --git a/senf/Utils/Console/Config.cc b/senf/Utils/Console/Config.cc index a457072..1f3577c 100644 --- a/senf/Utils/Console/Config.cc +++ b/senf/Utils/Console/Config.cc @@ -141,7 +141,7 @@ RestrictGuard(RestrictedExecutor & executor) // This MUST BE root() not chroot() since restriction does NOT follow symlinks. // Therefore, if chroot() is a directory of symlinks, restricting to it will // execute NOTHING. - executor_.restrict_ = senf::console::root().thisptr(); + executor_.restrict_ = console::root().thisptr(); } prefix_ senf::console::detail::RestrictedExecutor::RestrictGuard:: @@ -155,7 +155,7 @@ prefix_ senf::console::detail::RestrictedExecutor::RestrictGuard::~RestrictGuard { if (! std::uncaught_exception()) executor_.insertParsedNode( *executor_.restrict_ ); - executor_.restrict_ = senf::console::root().thisptr(); + executor_.restrict_ = console::root().thisptr(); } //-/////////////////////////////////////////////////////////////////////////////////////////////////