From: Arran Cudbard-Bell Date: Fri, 22 Feb 2019 03:11:46 +0000 (+0800) Subject: sim test not relevant X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=386ab37b34c8559e170f205dc7efae3a3f10b558;p=thirdparty%2Ffreeradius-server.git sim test not relevant --- diff --git a/src/protocols/dhcpv6/encode.c b/src/protocols/dhcpv6/encode.c index 266f5d3ff42..dd8339fd5e9 100644 --- a/src/protocols/dhcpv6/encode.c +++ b/src/protocols/dhcpv6/encode.c @@ -52,11 +52,6 @@ static inline bool is_encodable(fr_dict_attr_t const *root, VALUE_PAIR *vp) { if (!vp) return false; if (vp->da->flags.internal) return false; - /* - * Bool attribute presence is 'true' in SIM - * and absence is 'false' - */ - if ((vp->da->type == FR_TYPE_BOOL) && (vp->vp_bool == false)) return false; if (!fr_dict_parent_common(root, vp->da, true)) return false; return true;