The element in fsp->print_job should be a RAP jobid, not a uint32 RPC
authorJeremy Allison <jra@samba.org>
Thu, 5 Dec 2002 04:00:16 +0000 (04:00 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 5 Dec 2002 04:00:16 +0000 (04:00 +0000)
commit6c23d2030ab8dddff4c849903c529f0012b94027
treea04eb504ef720c26a9d8a7a663a1c7e1b8264ba6
parentaa38aaf36338a2c9e708410d6b1befa6d65c93cc
The element in fsp->print_job should be a RAP jobid, not a uint32 RPC
jobid. This was causing Win9x client "set name" calls to fail.
Still need one cleanup fix to finish.
Jeremy.
source/include/smb.h
source/printing/printfsp.c
source/printing/printing.c
source/smbd/fileio.c
source/smbd/reply.c
source/smbd/trans2.c