git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bebce4
)
w32err: use WERR_DC_NOT_FOUND name instead of WERR_DOMAIN_CONTROLLER_NOT_FOUND
author
Kamen Mazdrashki
<kamen.mazdrashki@postpath.com>
Thu, 17 Sep 2009 03:03:47 +0000
(06:03 +0300)
committer
Günther Deschner
<gd@samba.org>
Thu, 17 Sep 2009 05:18:51 +0000
(07:18 +0200)
Signed-off-by: Günther Deschner <gd@samba.org>
source3/libnet/libnet_join.c
patch
|
blob
|
history
diff --git
a/source3/libnet/libnet_join.c
b/source3/libnet/libnet_join.c
index 5315fccff6108e24c29218e45f25ab90d96013d4..cd476868e302c2d6c4b57b85a2d473d6140dee4a 100644
(file)
--- a/
source3/libnet/libnet_join.c
+++ b/
source3/libnet/libnet_join.c
@@
-1828,7
+1828,7
@@
static WERROR libnet_DomainJoin(TALLOC_CTX *mem_ctx,
"failed to find DC for domain %s",
r->in.domain_name,
get_friendly_nt_error_msg(status));
- return WERR_D
OMAIN_CONTROLLER
_NOT_FOUND;
+ return WERR_D
C
_NOT_FOUND;
}
dc = strip_hostname(info->dc_unc);
@@
-2019,7
+2019,7
@@
static WERROR libnet_DomainUnjoin(TALLOC_CTX *mem_ctx,
"failed to find DC for domain %s",
r->in.domain_name,
get_friendly_nt_error_msg(status));
- return WERR_D
OMAIN_CONTROLLER
_NOT_FOUND;
+ return WERR_D
C
_NOT_FOUND;
}
dc = strip_hostname(info->dc_unc);