From 42598ada226c2411451a2d9fdae2834e7f6a1e9f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 12 Feb 2007 11:46:35 +0000 Subject: r21296: remove the session specific encryption from the attributes before storing them. metze (This used to be commit 7146e265a441eaa46c20361178be371eb6985371) --- source4/torture/libnet/libnet_BecomeDC.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/torture/libnet') diff --git a/source4/torture/libnet/libnet_BecomeDC.c b/source4/torture/libnet/libnet_BecomeDC.c index 0555e4b74b..8d7e84e4d4 100644 --- a/source4/torture/libnet/libnet_BecomeDC.c +++ b/source4/torture/libnet/libnet_BecomeDC.c @@ -419,6 +419,7 @@ static NTSTATUS test_apply_schema(struct test_become_dc_state *s, linked_attributes, s_dsa, uptodateness_vector, + c->gensec_skey, s, &objs); if (!W_ERROR_IS_OK(status)) { DEBUG(0,("Failed to commit objects: %s\n", win_errstr(status))); @@ -646,6 +647,7 @@ static NTSTATUS test_become_dc_store_chunk(void *private_data, linked_attributes, s_dsa, uptodateness_vector, + c->gensec_skey, s, &objs); if (!W_ERROR_IS_OK(status)) { DEBUG(0,("Failed to commit objects: %s\n", win_errstr(status))); -- cgit