From 2f8e854417e930d9b3483c248a60a36164d7703b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 17 Oct 2008 18:47:32 +0200 Subject: s4-smbtorture: fix test_DsGetNCChanges torture test. This must have been broken since a while already. Guenther --- source4/torture/rpc/drsuapi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/torture/rpc') diff --git a/source4/torture/rpc/drsuapi.c b/source4/torture/rpc/drsuapi.c index da04c64b39..55e36bf826 100644 --- a/source4/torture/rpc/drsuapi.c +++ b/source4/torture/rpc/drsuapi.c @@ -506,6 +506,7 @@ static bool test_DsGetNCChanges(struct dcerpc_pipe *p, struct torture_context *t struct drsuapi_DsReplicaObjectIdentifier nc; struct GUID null_guid; struct dom_sid null_sid; + int32_t level_out; struct { int32_t level; } array[] = { @@ -531,6 +532,7 @@ static bool test_DsGetNCChanges(struct dcerpc_pipe *p, struct torture_context *t r.in.bind_handle = &priv->bind_handle; r.in.level = &array[i].level; + r.out.level = &level_out; switch (*r.in.level) { case 5: -- cgit