X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fgrpc.cc;h=17168ec29a1e9a16f961d14fab400ddf82190d9b;hp=977c5b2cc2a5392a7950bd9c7805dff272dbd6f9;hb=06a86a60a7dabc685bdbd81ce3d36ea5f7e2c2d4;hpb=ca6d2f62d82ba4d07d6f266e3abbe1c0230d2f5a 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; }