summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-07-02 14:47:45 +0200
committerMichael Adam <obnox@samba.org>2012-07-03 13:39:41 +0200
commit3e6d8acc9b48ef4de1df08d3103313f27fa41032 (patch)
tree9c1f770137ae6bee07bb1154a7ffbea7271af95b /source3
parentf2e8409c4e60a1350ceb7615f0222789991cd1f2 (diff)
downloadsamba-3e6d8acc9b48ef4de1df08d3103313f27fa41032.tar.gz
samba-3e6d8acc9b48ef4de1df08d3103313f27fa41032.tar.bz2
samba-3e6d8acc9b48ef4de1df08d3103313f27fa41032.zip
s3:vfs: use smbXsrv_open instead of smbXsrv_open0 in files_struct
Diffstat (limited to 'source3')
-rw-r--r--source3/include/vfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h
index 0976f745db..6508707f75 100644
--- a/source3/include/vfs.h
+++ b/source3/include/vfs.h
@@ -186,7 +186,7 @@ struct fd_handle {
typedef struct files_struct {
struct files_struct *next, *prev;
uint64_t fnum;
- struct smbXsrv_open0 *op;
+ struct smbXsrv_open *op;
struct connection_struct *conn;
struct fd_handle *fh;
unsigned int num_smb_operations;