]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Shouldn't have been removed
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 7 Oct 2021 01:31:06 +0000 (20:31 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 7 Oct 2021 01:48:07 +0000 (20:48 -0500)
src/lib/util/pair.c

index 45ff81483a848400ee8d9bafe2f27a2128916309..7c0f32eb8788a4c40cf27bd46ffc3c501cf0c80e 100644 (file)
@@ -183,6 +183,12 @@ fr_pair_t *fr_pair_root_afrom_da(TALLOC_CTX *ctx, fr_dict_attr_t const *da)
        }
 #endif
 
+       /*
+        *      Legacy cruft
+        */
+       vp->op = T_OP_EQ;
+       vp->type = VT_NONE;
+
        return vp;
 }