Christian Perrier schrieb:
Quoting Christian Eckerle ([EMAIL PROTECTED]):

Package: samba
Version: 3.0.14a-2
Severity: normal
Tags: patch

The "delete veto files" is broken since Samba 3.0.12.
Deleting a directory containing only veto files returns 
NT_STATUS_DIRECTORY_NOT_EMPTY instead of deleting all veto files/directories.

This seems to be caused by an error in source/smbd/reply.c in rmdir_internals. 
The variable dirpos gets changed by the first ReadDirName() and will not rewind 
the dir handle in SeekDir() afterwards.

The following patch corrects the problem:


Has it been forwarded to samba upstream already...or does it indeed
comes from samba upstream ?

That would help knowing whether we need to forward this upstream or
not.

The patch is just a quick fix, i implemented locally. It is not yet forwarded upstream.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to