mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
s4-rpc_server: Add braces to better follow coding style
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
abbd0a88de
commit
787cf39ce6
@ -113,7 +113,9 @@ static void dcesrv_task_init(struct task_server *task)
|
||||
|
||||
status = dcesrv_add_ep(dce_ctx, task->lp_ctx, e, task->event_ctx,
|
||||
this_model_ops);
|
||||
if (!NT_STATUS_IS_OK(status)) goto failed;
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
goto failed;
|
||||
}
|
||||
}
|
||||
|
||||
irpc_add_name(task->msg_ctx, "rpc_server");
|
||||
|
Loading…
x
Reference in New Issue
Block a user