From: Alan T. DeKok Date: Fri, 19 Jul 2019 10:58:11 +0000 (-0400) Subject: quiet compiler for now X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbc6498b04d2ab31571efe37f65a89fd0e578f10;p=thirdparty%2Ffreeradius-server.git quiet compiler for now We don't care much about leaking dl handles on exit. --- diff --git a/src/lib/server/main_config.c b/src/lib/server/main_config.c index 27836315721..8d23fbc0daf 100644 --- a/src/lib/server/main_config.c +++ b/src/lib/server/main_config.c @@ -1079,7 +1079,7 @@ do {\ goto failure; } - (void) cf_data_add(subcs, handle, value, dlclose); + (void) cf_data_add(subcs, handle, value, NULL); } } /* loop over pairs in ENV */ } /* there's an ENV subsection */