mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3-libnet: Add missing format element
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12163 Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Thu Aug 18 23:49:42 CEST 2016 on sn-devel-144
This commit is contained in:
parent
a37048f8d4
commit
23b4fb681a
@ -2448,7 +2448,7 @@ static WERROR libnet_DomainJoin(TALLOC_CTX *mem_ctx,
|
||||
&info);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
libnet_join_set_error_string(mem_ctx, r,
|
||||
"failed to find DC for domain %s",
|
||||
"failed to find DC for domain %s - %s",
|
||||
r->in.domain_name,
|
||||
get_friendly_nt_error_msg(status));
|
||||
return WERR_DCNOTFOUND;
|
||||
@ -2712,7 +2712,7 @@ static WERROR libnet_DomainUnjoin(TALLOC_CTX *mem_ctx,
|
||||
&info);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
libnet_unjoin_set_error_string(mem_ctx, r,
|
||||
"failed to find DC for domain %s",
|
||||
"failed to find DC for domain %s - %s",
|
||||
r->in.domain_name,
|
||||
get_friendly_nt_error_msg(status));
|
||||
return WERR_DCNOTFOUND;
|
||||
|
Loading…
Reference in New Issue
Block a user