From 740d4d75500ac1ac224deb67cb3f20a21addb64b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 14 Feb 2012 17:37:09 +0100 Subject: s3: files_struct->mode is only written, remove it Autobuild-User: Volker Lendecke Autobuild-Date: Tue Feb 14 19:14:29 CET 2012 on sn-devel-104 --- source3/printing/printspoolss.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/printing') diff --git a/source3/printing/printspoolss.c b/source3/printing/printspoolss.c index 75e9cad28d..32f33c6348 100644 --- a/source3/printing/printspoolss.c +++ b/source3/printing/printspoolss.c @@ -189,7 +189,6 @@ NTSTATUS print_spool_open(files_struct *fsp, } fsp->file_id = vfs_file_id_from_sbuf(fsp->conn, &fsp->fsp_name->st); - fsp->mode = fsp->fsp_name->st.st_ex_mode; fsp->fh->fd = fd; fsp->vuid = current_vuid; -- cgit