]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unused assignment
authorAlan T. DeKok <aland@freeradius.org>
Wed, 16 Nov 2022 20:13:41 +0000 (15:13 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 17 Nov 2022 12:34:57 +0000 (07:34 -0500)
src/lib/unlang/compile.c

index eb203b102a85335a73bf4b14f857ea674f5df8c9..229c6f197eddb7983f2b52f607e5f1a30eb27162 100644 (file)
@@ -1429,8 +1429,6 @@ static unlang_t *compile_update_to_edit(unlang_t *parent, unlang_compile_t *unla
                                }
 
                                p = q + 1;
-                               q = strchr(p, '.');
-                               if (!q) q = p + strlen(p);
                        }
 
                        /*