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)
commit00a20ce45f11e62470e60a8d5fcacc6b0b1f90a2
tree6760f9cc2e88c9a5d91c4893392918d8263abd51
parent21e21dfd214727e1705054d374a836b202712f90
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.
(This used to be commit 6c23d2030ab8dddff4c849903c529f0012b94027)
source3/include/smb.h
source3/printing/printfsp.c
source3/printing/printing.c
source3/smbd/fileio.c
source3/smbd/reply.c
source3/smbd/trans2.c