]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
quiet compiler for now
authorAlan T. DeKok <aland@freeradius.org>
Fri, 19 Jul 2019 10:58:11 +0000 (06:58 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 19 Jul 2019 10:58:11 +0000 (06:58 -0400)
We don't care much about leaking dl handles on exit.

src/lib/server/main_config.c

index 278363157213361a6ad0709a35e6de1a8137e503..8d23fbc0dafee334f1287a6261444a3cd9d5dabb 100644 (file)
@@ -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 */