More changes to make a common naming scheme. This breaks
[freeradius.git] / src / modules / rlm_jradius / rlm_jradius.c
index 3181a40..c7afe2d 100644 (file)
@@ -417,7 +417,7 @@ static int jradius_instantiate(CONF_SECTION *conf, void **instance)
       if (sscanf(b, "%[^:]:%d", host, &port) == 2) { h = host; p = port; }
 
       if (h) {
-       lrad_ipaddr_t ipaddr;
+       fr_ipaddr_t ipaddr;
        if (ip_hton(h, AF_INET, &ipaddr) < 0) {
          radlog(L_ERR, "Can't find IP address for host %s", h);
          continue;