realms_pools_add -> realm_pool_add
[freeradius.git] / src / modules / rlm_realm / trustrouter_integ.c
index 83b37b6..618cd2d 100644 (file)
@@ -166,7 +166,7 @@ static void tr_response_func( TIDC_INSTANCE *inst,
       server = server->next;
     }
                        
-    if (!realms_pool_add(pool, NULL)) goto error;
+    if (!realm_pool_add(pool, NULL)) goto error;
     pool_added = 1;
   }