]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix warnings in map.c
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 16 Feb 2018 22:20:39 +0000 (22:20 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 16 Feb 2018 22:41:01 +0000 (22:41 +0000)
src/main/map.c

index 8c557acfc62cdd51507e1217196c02d116da98e0..d0c8e0c306ed9688042287bcc71a74a2a5e4418c 100644 (file)
@@ -1705,7 +1705,7 @@ int map_list_mod_apply(REQUEST *request, vp_list_mod_t const *vlm)
                        fr_cursor_tail(&to);
                        fr_cursor_merge(&to, &to_insert);       /* Do this last so we don't expand the 'to' set */
                }
-               /* FALL-THROUGH */
+                       goto update;
 
                case T_OP_ADD:
                {