X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fgrpc.cc;h=17168ec29a1e9a16f961d14fab400ddf82190d9b;hb=07ba05937aeaedd683656c3912040950dbf4a152;hp=977c5b2cc2a5392a7950bd9c7805dff272dbd6f9;hpb=279c8b38ca804797ab3e99d5429854abaa8aac4b;p=collectd.git diff --git a/src/grpc.cc b/src/grpc.cc index 977c5b2c..17168ec2 100644 --- a/src/grpc.cc +++ b/src/grpc.cc @@ -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; }