mirror of
https://github.com/samba-team/samba.git
synced 2025-07-29 15:42:04 +03:00
s4:rpc_server: Fix debug string printing duplicated function name
Signed-off-by: Samuel Cabrero <scabrero@suse.de> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
committed by
Andreas Schneider
parent
61aaebaa35
commit
d572219e1b
@ -490,8 +490,7 @@ _PUBLIC_ NTSTATUS dcesrv_interface_register(struct dcesrv_context *dce_ctx,
|
||||
ep_process_string = "multi process compatible";
|
||||
}
|
||||
|
||||
DBG_INFO("dcesrv_interface_register: interface '%s' "
|
||||
"registered on endpoint '%s' (%s)\n",
|
||||
DBG_INFO("Interface '%s' registered on endpoint '%s' (%s)\n",
|
||||
iface->name, ep_string, ep_process_string);
|
||||
TALLOC_FREE(ep_string);
|
||||
|
||||
|
Reference in New Issue
Block a user