From 2b768d655da5b6aa982f9696d1900c5896fac38e Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 25 Jan 2002 20:12:21 +0000 Subject: Fixed display of "remote downlevel document" in old print job submission case. Jeremy. --- source/smbd/reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/smbd/reply.c') diff --git a/source/smbd/reply.c b/source/smbd/reply.c index 0e4e466b33e..e00671b659e 100644 --- a/source/smbd/reply.c +++ b/source/smbd/reply.c @@ -3204,7 +3204,7 @@ int reply_printopen(connection_struct *conn, } /* Open for exclusive use, write only. */ - fsp = print_fsp_open(conn); + fsp = print_fsp_open(conn, NULL); if (!fsp) { END_PROFILE(SMBsplopen); -- cgit