summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/trans2.c')
-rw-r--r--source3/smbd/trans2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c
index 45eb0067ef..a298a258f0 100644
--- a/source3/smbd/trans2.c
+++ b/source3/smbd/trans2.c
@@ -3069,7 +3069,7 @@ static BOOL map_info2_flags_to_sbuf(const SMB_STRUCT_STAT *psbuf,
int *stat_fflags)
{
#ifdef HAVE_STAT_ST_FLAGS
- uint32 max_fmask;
+ uint32 max_fmask = 0;
int i;
*stat_fflags = psbuf->st_flags;