The element in fsp->print_job should be a RAP jobid, not a uint32 RPC
authorJeremy Allison <jra@samba.org>
Thu, 5 Dec 2002 03:59:56 +0000 (03:59 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 5 Dec 2002 03:59:56 +0000 (03:59 +0000)
commit76e685e628ef2c7bf12d378d992d465525c309e5
treeb474ba0845cb25146dee73d98fee293d61fe3477
parentc77586e2978f0f8c56e7c893e389571ae6106d8a
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 15f0bad1fc72ff44cd195d34fd530c25a739f42d)
source3/include/smb.h
source3/printing/printfsp.c
source3/printing/printing.c
source3/smbd/fileio.c
source3/smbd/reply.c
source3/smbd/trans2.c