summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-10-13 15:51:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:04:58 -0500
commit057060feaf7395f475a32f9dad9e149ab0fa6a1c (patch)
tree9bbf95fc4dfdbda7b083dc39f095d6b020ce4cff /source3/include
parent1bd3cbd3125e03117aed4288f1addcdfd9f1f109 (diff)
downloadsamba-057060feaf7395f475a32f9dad9e149ab0fa6a1c.tar.gz
samba-057060feaf7395f475a32f9dad9e149ab0fa6a1c.tar.bz2
samba-057060feaf7395f475a32f9dad9e149ab0fa6a1c.zip
r10964: BUG 1051: store the directory path so we can send the full name in the unlink call (del tmp\foo)
(This used to be commit 49b8d7d7f5ed93a2b9b21404194452f35bcf7b26)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index df52e227f0..30e0fae874 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -44,6 +44,7 @@ typedef struct file_info
time_t atime;
time_t ctime;
pstring name;
+ pstring dir;
char short_name[13*3]; /* the *3 is to cope with multi-byte */
} file_info;