diff options
author | Jeremy Allison <jra@samba.org> | 2012-04-04 14:54:02 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-04-04 14:58:42 -0700 |
commit | c10ed730d481e3d5b6710999b11b8e6969e1c16e (patch) | |
tree | 21c815c14da2fdd2bf7e7da2315cdc49ff94b9e4 /source3/librpc/idl | |
parent | f042de2f346c98a852957cdbb09a7f8ac871b69c (diff) | |
download | samba-c10ed730d481e3d5b6710999b11b8e6969e1c16e.tar.gz samba-c10ed730d481e3d5b6710999b11b8e6969e1c16e.tar.bz2 samba-c10ed730d481e3d5b6710999b11b8e6969e1c16e.zip |
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.
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/open_files.idl | 1 |
1 files changed, 1 insertions, 0 deletions
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; |