X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fbind.c;h=7af42696913bbdc966cbbb297970831c9ca2b693;hb=4e89060ceb1a14ec7f9abfe9caa6b0da7e76bd5c;hp=ab501de69f00189f96ce8ec0d6ec8c1f0832dbae;hpb=aac3a531403cfb5f9bde9915c9559555225d335b;p=collectd.git diff --git a/src/bind.c b/src/bind.c index ab501de6..7af42696 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 = true; static char *url = NULL; static int global_opcodes = 1;