realms_pools_add -> realm_pool_add
authorKevin Wasserman <kevin.wasserman@painless-security.com>
Sat, 28 Jun 2014 09:46:38 +0000 (05:46 -0400)
committerKevin Wasserman <kevin.wasserman@painless-security.com>
Sat, 28 Jun 2014 09:46:38 +0000 (05:46 -0400)
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;
   }