mirror of
https://github.com/samba-team/samba.git
synced 2025-08-07 09:49:30 +03:00
committed by
Gerald (Jerry) Carter
parent
741b0a97bb
commit
df4f8fc1c6
@ -3781,7 +3781,7 @@ BOOL rmdir_internals(connection_struct *conn, char *directory)
|
||||
}
|
||||
|
||||
if(all_veto_files) {
|
||||
RewindDir(dir_hnd);
|
||||
RewindDir(dir_hnd,&dirpos);
|
||||
while ((dname = ReadDirName(dir_hnd,&dirpos))) {
|
||||
pstring fullname;
|
||||
|
||||
|
Reference in New Issue
Block a user