From: Alan T. DeKok Date: Fri, 26 May 2017 19:14:56 +0000 (-0400) Subject: ignore errors on initial fault setup X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07eafda0b60d358e0bed6e5dd2a94411e88265ec;p=thirdparty%2Ffreeradius-server.git ignore errors on initial fault setup --- diff --git a/src/main/radiusd.c b/src/main/radiusd.c index 1b87529b751..d411ca86b15 100644 --- a/src/main/radiusd.c +++ b/src/main/radiusd.c @@ -144,7 +144,7 @@ int main(int argc, char *argv[]) /* * Setup talloc callbacks so we get useful errors */ - fr_talloc_fault_setup(); + (void) fr_talloc_fault_setup(); /* * We probably don't want to free the talloc autofree context