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:
parent
90505d3aa8
commit
c095ec02ff
@ -1413,6 +1413,7 @@ static bool process_query_node(TALLOC_CTX *ctx,
|
||||
break;
|
||||
case eVALUE:
|
||||
process_value_node(ctx, crestriction, node);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user