X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fbind.c;h=5937d2676984ffb013071deee476f1e5606cc0ae;hb=61a4ed99b1a5b6d371bb745933d0efc5dff9505c;hp=ab501de69f00189f96ce8ec0d6ec8c1f0832dbae;hpb=aac3a531403cfb5f9bde9915c9559555225d335b;p=collectd.git diff --git a/src/bind.c b/src/bind.c index ab501de6..5937d267 100644 --- a/src/bind.c +++ b/src/bind.c @@ -104,7 +104,7 @@ typedef struct list_info_ptr_s list_info_ptr_t; /* FIXME: Enabled by default for backwards compatibility. */ /* TODO: Remove time parsing code. */ -static _Bool config_parse_time = 1; +static bool config_parse_time = 1; static char *url = NULL; static int global_opcodes = 1;