From: Alan T. DeKok Date: Thu, 2 Dec 2021 19:24:26 +0000 (-0500) Subject: update notes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=587ebb579145e0b413fa17f8195cc4a053bdb0f3;p=thirdparty%2Ffreeradius-server.git update notes --- diff --git a/src/lib/util/edit.c b/src/lib/util/edit.c index b9c8439d0cc..d0730b43c8d 100644 --- a/src/lib/util/edit.c +++ b/src/lib/util/edit.c @@ -649,7 +649,7 @@ int fr_edit_list_insert_list_after(fr_edit_list_t *el, fr_pair_list_t *list, fr_ /** Apply operators to pairs. * - * := is "if found vp, call fr_pair_replace(). Otherwise call fr_edit_list_insert_pair_tail() + * := is "if found vp, call fr_edit_list_pair_replace(). Otherwise call fr_edit_list_insert_pair_tail() * = is "if found vp, do nothing. Otherwise call fr_edit_list_insert_pair_tail() * */