From 3e6d8acc9b48ef4de1df08d3103313f27fa41032 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 2 Jul 2012 14:47:45 +0200 Subject: [PATCH] s3:vfs: use smbXsrv_open instead of smbXsrv_open0 in files_struct --- source3/include/vfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/include/vfs.h b/source3/include/vfs.h index 0976f745dba..6508707f75e 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; -- 2.34.1