s3:vfs: use smbXsrv_open instead of smbXsrv_open0 in files_struct
authorMichael Adam <obnox@samba.org>
Mon, 2 Jul 2012 12:47:45 +0000 (14:47 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 3 Jul 2012 11:39:41 +0000 (13:39 +0200)
source3/include/vfs.h

index 0976f745dbaa9717150af3d6dae13581f7085316..6508707f75efbc20a17f682cde7159cc861e3d28 100644 (file)
@@ -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;