From 84d4e6dde9bf1202c24e82ea86a4bedf024d8ad5 Mon Sep 17 00:00:00 2001 From: =?utf-8?q?G=C3=BCnther=20Deschner?= Date: Thu, 18 Feb 2010 02:13:07 +0100 Subject: [PATCH] s3-modules: fix get_acl_blob in the acl_tdb VFS module. Shuttle-reviewed by jra :) Guenther (cherry picked from commit 6cf10cc1020dd7ef483887caebcbd76d28572432) --- source3/modules/vfs_acl_tdb.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/source3/modules/vfs_acl_tdb.c b/source3/modules/vfs_acl_tdb.c index ac11a51..bfed0eb 100644 --- a/source3/modules/vfs_acl_tdb.c +++ b/source3/modules/vfs_acl_tdb.c @@ -147,7 +147,7 @@ static NTSTATUS get_acl_blob(TALLOC_CTX *ctx, TDB_DATA data; struct file_id id; struct db_context *db; - NTSTATUS status; + NTSTATUS status = NT_STATUS_OK; SMB_STRUCT_STAT sbuf; SMB_VFS_HANDLE_GET_DATA(handle, db, struct db_context, -- 1.6.3.3