From 6cf10cc1020dd7ef483887caebcbd76d28572432 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 18 Feb 2010 02:13:07 +0100 Subject: s3-modules: fix get_acl_blob in the acl_tdb VFS module. Shuttle-reviewed by jra :) Guenther --- source3/modules/vfs_acl_tdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/vfs_acl_tdb.c b/source3/modules/vfs_acl_tdb.c index ac11a51b3b..bfed0eb2b8 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, -- cgit