1
0
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:
Günther Deschner 2015-12-03 15:24:34 +01:00 committed by Jeremy Allison
parent 245c436947
commit f7081d5ce0

View File

@ -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;