From f00a3bfee7577c9ef82cb03b0580dccf0c7bc463 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 6 Aug 2009 12:53:05 +0200 Subject: s3:smbd: store a dirptr on the files_struct for SMB2 Query Directory metze --- source3/include/smb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include') diff --git a/source3/include/smb.h b/source3/include/smb.h index 28bd60a670..4cd090bc7d 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -459,6 +459,8 @@ typedef struct files_struct { struct notify_change_buf *notify; struct files_struct *base_fsp; /* placeholder for delete on close */ + + struct dptr_struct *dptr; } files_struct; #include "ntquotas.h" -- cgit