diff options
author | Jeremy Allison <jra@samba.org> | 2002-01-25 20:12:21 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-01-25 20:12:21 +0000 |
commit | 2b768d655da5b6aa982f9696d1900c5896fac38e (patch) | |
tree | 8707df52859c8f284fd4c7fa5d2ceb727e11435f /source/smbd/reply.c | |
parent | a658a18eca90adc0bb55764dc7bd1df257a0d055 (diff) | |
download | samba-2b768d655da5b6aa982f9696d1900c5896fac38e.tar.gz samba-2b768d655da5b6aa982f9696d1900c5896fac38e.tar.xz samba-2b768d655da5b6aa982f9696d1900c5896fac38e.zip |
Fixed display of "remote downlevel document" in old print job submission
case.
Jeremy.
Diffstat (limited to 'source/smbd/reply.c')
-rw-r--r-- | source/smbd/reply.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |