From 96e44f2e15c54c8fd516004ad8e671c1241987fa Mon Sep 17 00:00:00 2001 From: Christos Tsantilas Date: Mon, 14 Dec 2015 12:00:07 +0200 Subject: [PATCH] %ssl:: param_error_depth.length() && strncmp(param, param_error_depth.c_str(), param_error_depth.length()) == 0 && std::all_of(v.begin(), v.end(), isdigit)) { - currentItem.error_depth = std::stoi(v); + currentItem.error_depth = atoi(v.c_str()); } else { debugs(83, DBG_IMPORTANT, "WARNING: cert validator response parse error: Unknown parameter name " << std::string(param, param_len).c_str()); return false; -- 2.47.2