summaryrefslogtreecommitdiffstats
path: root/source/include/smb.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-10-11 02:26:50 +0000
committerJeremy Allison <jra@samba.org>2000-10-11 02:26:50 +0000
commitbd9d5edb9ecd0f59603bd6a402bb9415a6e4d8fc (patch)
treef6a17c9fd6532c9821d4b3e707f6fd099494cbe2 /source/include/smb.h
parentf82e89be7c3720f4aaaaafb4cbcc4bf3d4d44a4c (diff)
downloadsamba-bd9d5edb9ecd0f59603bd6a402bb9415a6e4d8fc.tar.gz
samba-bd9d5edb9ecd0f59603bd6a402bb9415a6e4d8fc.tar.xz
samba-bd9d5edb9ecd0f59603bd6a402bb9415a6e4d8fc.zip
Fix for growing printing.tdb by adding check on job creation.
This also updates the printing.tdb db version to 2. Jeremy.
Diffstat (limited to 'source/include/smb.h')
-rw-r--r--source/include/smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index 16fb954ad87..b1efb4260a5 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -660,6 +660,7 @@ enum {LPSTAT_OK, LPSTAT_STOPPED, LPSTAT_ERROR};
typedef struct
{
fstring message;
+ int qcount;
int status;
} print_status_struct;