From 1d0f2efe1b3247b6cf86120f74df4bccb2afff7a Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 24 Oct 2016 11:32:57 +0300 Subject: Minor fixes * lib/dns.c (mf_to_dns_status): New function. * lib/libmf.h (mf_to_dns_status): New proto. * lib/cache.c: Fix conversions. * lib/rate.c: Fix conversions. * lib/vercmp.c: Fix conversions. * src/builtin/dns.bi: Fix conversions. * src/builtin/string.bi: Fix conversions. * src/drivers.c: Fix conversions. * src/exclist.c: Fix conversions. * src/main.c: Fix conversions. * src/prog.c: Fix conversions. * tests/trycatch05.at: Print first field of wc output. * tests/trycatch06.at: Likewise. * tests/trycatch07.at: Likewise. * tests/trycatch08.at: Likewise. * tests/trycatch09.at: Likewise. * tests/trycatch10.at: Likewise. * tests/trycatch11.at: Likewise. * tests/trycatch12.at: Likewise. * tests/trycatch13.at: Likewise. * tests/trycatch14.at: Likewise. * tests/trycatch15.at: Likewise. * tests/trycatch16.at: Likewise. * tests/version.at: Compatibility fix in sed expression. --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index ab54c33c..255500a9 100644 --- a/src/main.c +++ b/src/main.c @@ -1133,7 +1133,7 @@ static char *modnames[] = { mu_debug_handle_t mfd_debug_handle; static void -debug_init() +debug_init(void) { int i; @@ -1228,7 +1228,7 @@ main(int argc, char **argv) mu_stdstream_setup(MU_STDSTREAM_RESET_NONE); mf_srvcfg_log_setup(stderr_is_closed ? "syslog" : "stderr"); - debug_init(modnames); + debug_init(); libcallout_init(); init_string_space(); init_symbols(); -- cgit v1.2.1