diff options
author | Jeremy Allison <jra@samba.org> | 2000-10-11 02:26:50 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-10-11 02:26:50 +0000 |
commit | bd9d5edb9ecd0f59603bd6a402bb9415a6e4d8fc (patch) | |
tree | f6a17c9fd6532c9821d4b3e707f6fd099494cbe2 /source/include/smb.h | |
parent | f82e89be7c3720f4aaaaafb4cbcc4bf3d4d44a4c (diff) | |
download | samba-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.h | 1 |
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; |