diff options
author | Jeremy Allison <jra@samba.org> | 2006-02-01 04:14:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:06:20 -0500 |
commit | 86c9bac4c31df1606e3758ec42672506dde26cc6 (patch) | |
tree | 1b0c707e273f3d44adb2ea3c4e87090d1cc99313 /source3/include | |
parent | 0e551cd5a2f468ad297f1bfbccbc9f91579dc794 (diff) | |
download | samba-86c9bac4c31df1606e3758ec42672506dde26cc6.tar.gz samba-86c9bac4c31df1606e3758ec42672506dde26cc6.tar.bz2 samba-86c9bac4c31df1606e3758ec42672506dde26cc6.zip |
r13274: Fix for bug #3467. Not a show stopper.
jason qian <jason@infrant.com> was a *fantastic*
help in tracking this down.
Jeremy.
(This used to be commit 9f4a9c70fa232047868e5d8a3f132a2dd6bfee82)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 315eb3233a..ac268ea763 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -657,6 +657,7 @@ struct share_mode_lock { int num_share_modes; struct share_mode_entry *share_modes; BOOL delete_on_close; + BOOL initial_delete_on_close; BOOL fresh; BOOL modified; }; |