]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove invalid comment
authorNick Porter <nick@portercomputing.co.uk>
Tue, 24 Feb 2026 18:10:43 +0000 (18:10 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 25 Feb 2026 09:29:05 +0000 (09:29 +0000)
src/lib/ldap/map.c

index 43624d4b20d3563175c33b84562af8c2362cb63b..5a3661d7ef2a7028a1e41d5ccdacd544cbeb7fe9 100644 (file)
@@ -176,7 +176,7 @@ int fr_ldap_map_getvalue(TALLOC_CTX *ctx, fr_pair_list_t *out, request_t *reques
                                 fr_box_strvalue_len(self->values[i]->bv_val, self->values[i]->bv_len),
                                 tmpl_attr_tail_da(map->lhs)->name);
 
-                       talloc_free(vp); /* also frees escaped */
+                       talloc_free(vp);
                        continue;
                }