X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fgrpc.cc;h=1e9cb20c869a0be8613adae4540cb0c6e90aca27;hb=25824c65721f0f21cadf1607fad367c7e7831816;hp=fd2891f4a7e7971e54c0f77f2191f5b2b1f658e1;hpb=61a4ed99b1a5b6d371bb745933d0efc5dff9505c;p=collectd.git diff --git a/src/grpc.cc b/src/grpc.cc index fd2891f4..1e9cb20c 100644 --- a/src/grpc.cc +++ b/src/grpc.cc @@ -41,8 +41,8 @@ extern "C" { #include #include "collectd.h" -#include "common.h" #include "plugin.h" +#include "utils/common/common.h" #include "daemon/utils_cache.h" } @@ -664,7 +664,7 @@ static int c_grpc_config_listen(oconfig_item_t *ci) { } pkcp.cert_chain = read_file(cert); } else if (!strcasecmp("VerifyPeer", child->key)) { - bool verify = 0; + bool verify = false; if (cf_util_get_boolean(child, &verify)) { return -1; }