linux build fix

This commit is contained in:
davidpanderson 2024-11-02 13:03:49 -07:00
parent 733b1f7952
commit af7087e10e
1 changed files with 1 additions and 1 deletions

View File

@ -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