]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Export packet_type attribute in test process module
authorNick Porter <nick@portercomputing.co.uk>
Wed, 28 Jan 2026 10:20:23 +0000 (10:20 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 28 Jan 2026 10:26:42 +0000 (10:26 +0000)
src/process/test/base.c

index 6fbbe4e6df2534272ceedf6d553c501ee9b9e641..338cf96c5f2f9a5fb363b934b55613e6f8b002d1 100644 (file)
@@ -132,4 +132,5 @@ fr_process_module_t process_test = {
        .process        = mod_process,
        .compile_list   = compile_list,
        .dict           = &dict_test,
+       .packet_type    = &attr_packet_type,
 };