summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-06-15 18:49:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:57:17 -0500
commitdf4f8fc1c67e9d967f712ecd18d08035469a7a49 (patch)
treeddb63d3e127495819348fea2c779a8b8fd36cd86 /source3/smbd/reply.c
parent741b0a97bbf3e2f7ed3292b9508b39edb00d97c1 (diff)
downloadsamba-df4f8fc1c67e9d967f712ecd18d08035469a7a49.tar.gz
samba-df4f8fc1c67e9d967f712ecd18d08035469a7a49.tar.bz2
samba-df4f8fc1c67e9d967f712ecd18d08035469a7a49.zip
r7618: Typo...
Jeremy. (This used to be commit 65d1365700588949fc5576c7dd525fc530a15ff4)
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r--source3/smbd/reply.c2
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;