From ce85e52eff9d8a61a58c559bdf4beb5e1284060d Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 4 Feb 2003 01:43:10 +0000 Subject: Ensure we only ever set fsp->conn in one place. Jeremy. (This used to be commit d8a42753cc1e1a94aa6b816222343e1569521f14) --- source3/printing/printfsp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/printing') diff --git a/source3/printing/printfsp.c b/source3/printing/printfsp.c index f028e1f564..45d937f29c 100644 --- a/source3/printing/printfsp.c +++ b/source3/printing/printfsp.c @@ -77,7 +77,6 @@ files_struct *print_fsp_open(connection_struct *conn, char *fname) fsp->sent_oplock_break = NO_BREAK_SENT; fsp->is_directory = False; fsp->directory_delete_on_close = False; - fsp->conn = conn; string_set(&fsp->fsp_name,print_job_fname(SNUM(conn),jobid)); fsp->wbmpx_ptr = NULL; fsp->wcp = NULL; -- cgit