]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
things inside of a "parallel" block are children
authorAlan T. DeKok <aland@freeradius.org>
Fri, 3 Dec 2021 15:11:58 +0000 (10:11 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 3 Dec 2021 15:33:49 +0000 (10:33 -0500)
so that we have to update the parent if we want the results
to be persistent

src/tests/keywords/parallel-rcode

index 00f2c7be6549e8462769556206493353baa8fe68..d890eb9e09f3daff153a2f6fd378c579bc4b4080 100644 (file)
@@ -50,7 +50,7 @@ group {
                fail {
                        fail = 10       # Higher priority than ok and no longer action return
                }
-               update request {        # This should now be dispatched
+               update parent.request { # This should now be dispatched
                        &Tmp-String-0 := 'foo'
                }
        }