diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-02-12 11:46:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:48:04 -0500 |
commit | 42598ada226c2411451a2d9fdae2834e7f6a1e9f (patch) | |
tree | ba4002a54479e9dfe935f317850e06e7c670a486 /source4/torture/libnet | |
parent | 5a61821e7e89edea47dbc8b55c9579061d186f07 (diff) | |
download | samba-42598ada226c2411451a2d9fdae2834e7f6a1e9f.tar.gz samba-42598ada226c2411451a2d9fdae2834e7f6a1e9f.tar.bz2 samba-42598ada226c2411451a2d9fdae2834e7f6a1e9f.zip |
r21296: remove the session specific encryption from the attributes
before storing them.
metze
(This used to be commit 7146e265a441eaa46c20361178be371eb6985371)
Diffstat (limited to 'source4/torture/libnet')
-rw-r--r-- | source4/torture/libnet/libnet_BecomeDC.c | 2 |
1 files changed, 2 insertions, 0 deletions
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))); |