From af7087e10e66a7330213bb235cce3d7123413699 Mon Sep 17 00:00:00 2001 From: davidpanderson Date: Sat, 2 Nov 2024 13:03:49 -0700 Subject: [PATCH] linux build fix --- client/cs_apps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cs_apps.cpp b/client/cs_apps.cpp index 7ff235d629..2c01eca6be 100644 --- a/client/cs_apps.cpp +++ b/client/cs_apps.cpp @@ -486,7 +486,7 @@ void CLIENT_STATE::docker_cleanup() { #else if (strlen(host_info.docker_version)) { DOCKER_CONN dc; - dc.init(host_info.docker_type); + dc.init(host_info.docker_type, false); cleanup_docker(info, dc); } #endif