]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Thu, 16 Aug 2018 19:59:36 +0000 (15:59 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 16 Aug 2018 19:59:36 +0000 (15:59 -0400)
src/modules/proto_radius/proto_radius_tcp.c
src/modules/proto_radius/proto_radius_udp.c

index 547a27d3d5b883d2e4c44ccb9766ce2343aa9c50..514764aec5d3f370af6bc921a08c852f6c5c954c 100644 (file)
@@ -365,7 +365,7 @@ static int mod_open(void *instance, UNUSED void const *master_instance)
        }
 
        inst->name = fr_app_io_socket_name(inst, &proto_radius_tcp,
-                                          NULL, NULL,
+                                          NULL, 0,
                                           &inst->ipaddr, inst->port);
 
        // @todo - also print out auth / acct / coa, etc.
index b38ca2bd39f900e7b8aee6fc0a83ccf386f0155b..2eed80a88e8998520228de3db2e9e187f8ca48d9 100644 (file)
@@ -376,7 +376,7 @@ static int mod_open(void *instance, UNUSED void const *master_instance)
        }
 
        inst->name = fr_app_io_socket_name(inst, &proto_radius_udp,
-                                          NULL, NULL,
+                                          NULL, 0,
                                           &inst->ipaddr, inst->port);
 
        // @todo - also print out auth / acct / coa, etc.