diff --git a/client/containers/containers_defs.cpp b/client/containers/containers_defs.cpp index 2267767d0..e7eb25de9 100644 --- a/client/containers/containers_defs.cpp +++ b/client/containers/containers_defs.cpp @@ -308,10 +308,7 @@ bool ContainerProps::isSupportedByCurrentPlatform(DockerContainer c) } #elif defined(Q_OS_LINUX) - switch (c) { - case DockerContainer::Ipsec: return false; - default: return true; - } + return true; #else return false;