diff options
Diffstat (limited to 'source3/smbd/filename.c')
-rw-r--r-- | source3/smbd/filename.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c index 610a4ce42a..7fe7cc8063 100644 --- a/source3/smbd/filename.c +++ b/source3/smbd/filename.c @@ -1169,7 +1169,7 @@ static NTSTATUS build_stream_path(TALLOC_CTX *mem_ctx, struct smb_filename *smb_fname) { NTSTATUS status; - unsigned int i, num_streams; + unsigned int i, num_streams = 0; struct stream_struct *streams = NULL; if (SMB_VFS_STAT(conn, smb_fname) == 0) { |