]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unnecessary comment
authorAlan T. DeKok <aland@freeradius.org>
Wed, 7 Apr 2021 19:04:37 +0000 (15:04 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 8 Apr 2021 11:55:45 +0000 (07:55 -0400)
there's already an assert for FR_TYPE_NON_LEAF

src/modules/rlm_python/rlm_python.c

index e25b6c45d15deca84d0e495e2aad2f9920972e3d..7c1ff236e31e10c8a66b68cc49258b5ef70f308e 100644 (file)
@@ -367,7 +367,6 @@ static int mod_populate_vptuple(rlm_python_t const *inst, request_t *request, Py
        PyObject *attribute = NULL;
        PyObject *value = NULL;
 
-       /* Look at the fr_pair_fprint_name? */
        attribute = PyUnicode_FromString(vp->da->name);
        if (!attribute) return -1;