mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4:smb_server: call irpc_add_name() at startup (bug #9905)
We should call irpc_add_name() when we start the smb_server task. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
12d9728131
commit
afb2bcc084
@ -77,6 +77,7 @@ static void smbsrv_task_init(struct task_server *task)
|
||||
talloc_free(wcard);
|
||||
}
|
||||
|
||||
irpc_add_name(task->msg_ctx, "smb_server");
|
||||
return;
|
||||
failed:
|
||||
task_server_terminate(task, "Failed to startup smb server task", true);
|
||||
|
Loading…
Reference in New Issue
Block a user