1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-07 09:49:30 +03:00

r7618: Typo...

Jeremy.
(This used to be commit 65d1365700)
This commit is contained in:
Jeremy Allison
2005-06-15 18:49:43 +00:00
committed by Gerald (Jerry) Carter
parent 741b0a97bb
commit df4f8fc1c6

View File

@ -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;