lib:ldb: Add missing break in switch statement
authorAndreas Schneider <asn@samba.org>
Mon, 1 Feb 2021 13:21:21 +0000 (14:21 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 2 Nov 2021 20:36:16 +0000 (20:36 +0000)
commit65cdcb4848d99af49c3f09dff57487c0ff25edf1
tree86ad1533afc0c744e41f066a97e9f9f9ca137dc4
parent2c8091ab9730ef00457f6bf5cf829ad9f4f6d824
lib:ldb: Add missing break in switch statement

error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough]

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit 1ffacac547a8ce29c6696dda73991a8db7e34dfd)
lib/ldb/ldb_map/ldb_map_inbound.c