From: Arran Cudbard-Bell Date: Fri, 16 Feb 2018 22:20:39 +0000 (+0000) Subject: Fix warnings in map.c X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14a4165f97f9a20dfcbbac2c5ba5508ddebc10c0;p=thirdparty%2Ffreeradius-server.git Fix warnings in map.c --- diff --git a/src/main/map.c b/src/main/map.c index 8c557acfc62..d0c8e0c306e 100644 --- a/src/main/map.c +++ b/src/main/map.c @@ -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: {