summaryrefslogtreecommitdiff
path: root/source4/torture/rpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-03 15:24:34 +0100
committerJeremy Allison <jra@samba.org>2016-09-28 00:04:26 +0200
commitf7081d5ce02f696dbf326fde4e1e7c6b164e3883 (patch)
tree7824a918b3f25d6acb5680fb6a385a8b22bbc76c /source4/torture/rpc
parent245c4369479ed9d010982efd90edb5d39af7dcc3 (diff)
downloadsamba-f7081d5ce02f696dbf326fde4e1e7c6b164e3883.tar.gz
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>
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r--source4/torture/rpc/wkssvc.c2
1 files changed, 1 insertions, 1 deletions
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;