1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

s3:rpc_client: Add missing ‘break’ statement

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-10-31 12:21:26 +13:00 committed by Andrew Bartlett
parent 90505d3aa8
commit c095ec02ff

View File

@ -1413,6 +1413,7 @@ static bool process_query_node(TALLOC_CTX *ctx,
break;
case eVALUE:
process_value_node(ctx, crestriction, node);
break;
default:
break;
}