summaryrefslogtreecommitdiff
path: root/source3/modules/onefs_streams.c
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-02-23 14:51:17 -0800
committerTim Prouty <tprouty@samba.org>2009-02-25 13:57:11 -0800
commit01493737c88c0056ca3da5faf43b7bc9b9a2fbcb (patch)
treeb4ccf1596f1537f5c9646eb327c143ad0222b6f6 /source3/modules/onefs_streams.c
parent76ca297ecfd1086b38487ac8f53a8392a4a38ad6 (diff)
downloadsamba-01493737c88c0056ca3da5faf43b7bc9b9a2fbcb.tar.gz
samba-01493737c88c0056ca3da5faf43b7bc9b9a2fbcb.tar.bz2
samba-01493737c88c0056ca3da5faf43b7bc9b9a2fbcb.zip
s3 OneFS: Add .snapshot directory configuration handling
Diffstat (limited to 'source3/modules/onefs_streams.c')
-rw-r--r--source3/modules/onefs_streams.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/onefs_streams.c b/source3/modules/onefs_streams.c
index 2dcd8891eb..6e2794399d 100644
--- a/source3/modules/onefs_streams.c
+++ b/source3/modules/onefs_streams.c
@@ -230,7 +230,7 @@ static void merge_stat(SMB_STRUCT_STAT *stream_sbuf,
static void onefs_adjust_stat_time(vfs_handle_struct *handle, const char *fname,
SMB_STRUCT_STAT *sbuf)
{
- struct onefs_vfs_config cfg;
+ struct onefs_vfs_share_config cfg;
struct timeval tv_now = {0, 0};
bool static_mtime = False;
bool static_atime = False;