diff options
author | Jeremy Allison <jra@samba.org> | 2005-06-15 18:49:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:57:17 -0500 |
commit | df4f8fc1c67e9d967f712ecd18d08035469a7a49 (patch) | |
tree | ddb63d3e127495819348fea2c779a8b8fd36cd86 | |
parent | 741b0a97bbf3e2f7ed3292b9508b39edb00d97c1 (diff) | |
download | samba-df4f8fc1c67e9d967f712ecd18d08035469a7a49.tar.gz samba-df4f8fc1c67e9d967f712ecd18d08035469a7a49.tar.bz2 samba-df4f8fc1c67e9d967f712ecd18d08035469a7a49.zip |
r7618: Typo...
Jeremy.
(This used to be commit 65d1365700588949fc5576c7dd525fc530a15ff4)
-rw-r--r-- | source3/smbd/reply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index c9adbf8fcf..95de3a3469 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -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; |