]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Don't mark pools for freeing twice
authorAlan T. DeKok <aland@freeradius.org>
Fri, 1 May 2009 16:32:39 +0000 (18:32 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 1 May 2009 16:32:39 +0000 (18:32 +0200)
src/main/realms.c

index 0317b88c69b5323c95643a3816cde025e5509dd0..31ad9353e9f66ab0dae8819dc6b828a87ba388e0 100644 (file)
@@ -889,7 +889,7 @@ static int server_pool_add(realm_config_t *rc,
 
        if (do_print) cf_log_info(cs, " }");
 
-       cf_data_add(cs, "home_server_pool", pool, free);
+       cf_data_add(cs, "home_server_pool", pool, NULL);
 
        rad_assert(pool->server_type != 0);