]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Propagate shifted from parent to child (#3828)
authorJames Jones <jejones3141@gmail.com>
Tue, 5 Jan 2021 17:15:44 +0000 (11:15 -0600)
committerGitHub <noreply@github.com>
Tue, 5 Jan 2021 17:15:44 +0000 (17:15 +0000)
src/lib/util/dbuff.h

index 2c485f3263dc87073787383c1c0abc256c9ef19a..b35697e922a4a823869af526e380a6383703d484 100644 (file)
@@ -200,6 +200,7 @@ do { \
        .p              = (_dbuff)->p, \
        .is_const       = (_dbuff)->is_const, \
        .adv_parent     = false, \
+       .shifted        = (_dbuff)->shifted, \
        .extend         = (_dbuff)->extend, \
        .uctx           = (_dbuff)->uctx, \
        .parent         = (_dbuff) \
@@ -240,6 +241,7 @@ do { \
        .p              = (_dbuff)->p, \
        .is_const       = (_dbuff)->is_const, \
        .adv_parent     = _adv_parent, \
+       .shifted        = (_dbuff)->shifted, \
        .extend         = NULL, \
        .uctx           = NULL, \
        .parent         = (_dbuff) \