mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
werror: replace WERR_NOT_CONNECTED with WERR_NERR_USENOTFOUND 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
245c436947
commit
f7081d5ce0
@ -476,7 +476,7 @@ static bool test_NetrUseGetInfo(struct torture_context *tctx,
|
|||||||
|
|
||||||
if (!test_NetrUseGetInfo_level(tctx, p, use_name,
|
if (!test_NetrUseGetInfo_level(tctx, p, use_name,
|
||||||
levels[i],
|
levels[i],
|
||||||
WERR_NOT_CONNECTED))
|
WERR_NERR_USENOTFOUND))
|
||||||
{
|
{
|
||||||
if (levels[i] != 0) {
|
if (levels[i] != 0) {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user