mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
werror: replace WERR_SETUP_NOT_JOINED with WERR_NERR_SETUPNOTJOINED 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
a9b20c647e
commit
a8f9e8d44e
@ -1298,7 +1298,7 @@ static bool test_NetrUnjoinDomain2(struct torture_context *tctx,
|
||||
|
||||
switch (join_status) {
|
||||
case NET_SETUP_UNJOINED:
|
||||
expected_err = WERR_SETUP_NOT_JOINED;
|
||||
expected_err = WERR_NERR_SETUPNOTJOINED;
|
||||
break;
|
||||
case NET_SETUP_DOMAIN_NAME:
|
||||
case NET_SETUP_UNKNOWN_STATUS:
|
||||
|
Loading…
Reference in New Issue
Block a user