summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-01-14 20:56:26 +0000
committerGerald Carter <jerry@samba.org>2004-01-14 20:56:26 +0000
commitbb104f31d5a849d5a3a0865fa77824c90d5e927e (patch)
tree216fdfa60ab06f44513836091beffb45c395e377 /source3/include
parente7615b5776604af23592ed26dc0aa3ae0076835e (diff)
downloadsamba-bb104f31d5a849d5a3a0865fa77824c90d5e927e.tar.gz
samba-bb104f31d5a849d5a3a0865fa77824c90d5e927e.tar.bz2
samba-bb104f31d5a849d5a3a0865fa77824c90d5e927e.zip
bug 770; correct fix this time; Make sure that we send the SMBjobid for unix jobs back to the client. Allows windows client to remove print jobs submitted from lpr
(This used to be commit 514561118860f982c458930c34763dac9ce0554e)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 4bd40216d7..1024452e91 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -529,7 +529,8 @@ enum {LPQ_QUEUED=0,LPQ_PAUSED,LPQ_SPOOLING,LPQ_PRINTING,LPQ_ERROR,LPQ_DELETING,
typedef struct _print_queue_struct
{
- int job;
+ int job; /* normally the SMB jobid -- see note in
+ printing.c:traverse_fn_delete() */
int size;
int page_count;
int status;