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)
commit15f0bad1fc72ff44cd195d34fd530c25a739f42d
treed9bb793b45343f45454850625e70a1791b50cb07
parentc53e10ff879535e931cb3267d9190fd798d85b31
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