mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
werror: replace WERR_SETUP_DOMAIN_CONTROLLER with WERR_NERR_SETUPDOMAINCONTROLLER in source4/torture/rpc/wkssvc.c
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
7f4a81aef3
commit
f1fb2d242d
@ -1204,7 +1204,7 @@ static bool test_NetrJoinDomain2(struct torture_context *tctx,
|
||||
struct dcerpc_binding_handle *b = p->binding_handle;
|
||||
|
||||
/* FIXME: this test assumes to join workstations / servers and does not
|
||||
* handle DCs (WERR_SETUP_DOMAIN_CONTROLLER) */
|
||||
* handle DCs (WERR_NERR_SETUPDOMAINCONTROLLER) */
|
||||
|
||||
if (!test_GetJoinInformation(tctx, p, &join_status, &join_name))
|
||||
{
|
||||
@ -1289,7 +1289,7 @@ static bool test_NetrUnjoinDomain2(struct torture_context *tctx,
|
||||
struct dcerpc_binding_handle *b = p->binding_handle;
|
||||
|
||||
/* FIXME: this test assumes to join workstations / servers and does not
|
||||
* handle DCs (WERR_SETUP_DOMAIN_CONTROLLER) */
|
||||
* handle DCs (WERR_NERR_SETUPDOMAINCONTROLLER) */
|
||||
|
||||
if (!test_GetJoinInformation(tctx, p, &join_status, &join_name))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user