From f7081d5ce02f696dbf326fde4e1e7c6b164e3883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Thu, 3 Dec 2015 15:24:34 +0100 Subject: [PATCH] werror: replace WERR_NOT_CONNECTED with WERR_NERR_USENOTFOUND in source4/torture/rpc/wkssvc.c Guenther Signed-off-by: Guenther Deschner Reviewed-by: Jeremy Allison --- source4/torture/rpc/wkssvc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/rpc/wkssvc.c b/source4/torture/rpc/wkssvc.c index e2c32f49260..4c7b350e252 100644 --- a/source4/torture/rpc/wkssvc.c +++ b/source4/torture/rpc/wkssvc.c @@ -476,7 +476,7 @@ static bool test_NetrUseGetInfo(struct torture_context *tctx, if (!test_NetrUseGetInfo_level(tctx, p, use_name, levels[i], - WERR_NOT_CONNECTED)) + WERR_NERR_USENOTFOUND)) { if (levels[i] != 0) { return false;