]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Tue, 23 Apr 2019 14:20:33 +0000 (10:20 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 23 Apr 2019 14:20:33 +0000 (10:20 -0400)
src/modules/rlm_redis_ippool/rlm_redis_ippool.c

index f27a22aa327d14f5272e76fddfeb7f22e61f95aa..7965379f8a9a2d0baaae972f37bf19102d6b406c 100644 (file)
@@ -148,7 +148,7 @@ fr_dict_autoload_t rlm_redis_ippool_dict[] = {
        { .out = &dict_freeradius, .proto = "freeradius" },
        { .out = &dict_radius, .proto = "radius" },
 #ifdef WITH_DHCP
-       { .out = &dict_radius, .proto = "dhcpv4" },
+       { .out = &dict_dhcpv4, .proto = "dhcpv4" },
 #endif
        { NULL }
 };