From c10ed730d481e3d5b6710999b11b8e6969e1c16e Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 4 Apr 2012 14:54:02 -0700 Subject: Second part of bugfix for bug #8837 - smbd crashes when deleting directory and veto files are enabled. Store the 'struct security_token' as well as the 'struct security_unix_token' inside the locking db when setting a delete on close. --- source3/librpc/idl/open_files.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/librpc/idl/open_files.idl') diff --git a/source3/librpc/idl/open_files.idl b/source3/librpc/idl/open_files.idl index cefb75a2a3..98e1c32db0 100644 --- a/source3/librpc/idl/open_files.idl +++ b/source3/librpc/idl/open_files.idl @@ -27,6 +27,7 @@ interface open_files typedef [public] struct { uint32 name_hash; + security_token *delete_nt_token; security_unix_token *delete_token; } delete_token; -- cgit