]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Sat, 19 Oct 2019 13:42:43 +0000 (09:42 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 19 Oct 2019 13:42:43 +0000 (09:42 -0400)
src/bin/unit_test_attribute.c

index 14185e195055e9269ad9a399e4014dbe9c31dfcb..ecadc32a49dbb5bcaf58566ab7840f9aa6b46fa2 100644 (file)
@@ -1778,7 +1778,7 @@ static fr_table_ptr_sorted_t      commands[] = {
                                        .description = "Touch a file, updating its created timestamp.  Useful for marking the completion of a series of tests"
                                }},
        { "value ",             &(command_entry_t){
-                                       .func = command_value_bo<x_normalise,
+                                       .func = command_value_box_normalise,
                                        .usage = "value <type> <string>",
                                        .description = "Parse a value of a given type from its presentation form, print it, then parse it again (checking printed/parsed versions match), writing printed form to the data buffer"
                                }},