summaryrefslogtreecommitdiff
path: root/source3/include/nt_printing.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-01-07 06:13:40 +0000
committerTim Potter <tpot@samba.org>2002-01-07 06:13:40 +0000
commit17729f5dc5aa4a19fd2cdfed12f86da3e9d07ecc (patch)
tree64403dbb0af9656d89bf8eed14bfe7bbcfed44db /source3/include/nt_printing.h
parent9a02c6b4e8dcdd8bb6f2d394b1c5e9110c11a7a9 (diff)
downloadsamba-17729f5dc5aa4a19fd2cdfed12f86da3e9d07ecc.tar.gz
samba-17729f5dc5aa4a19fd2cdfed12f86da3e9d07ecc.tar.bz2
samba-17729f5dc5aa4a19fd2cdfed12f86da3e9d07ecc.zip
Sed error. The status value in the PRINTER_INFO_2 structure isn't a WERROR
but a plain old uint32. (This used to be commit 690cc12bad2a037684a43b0dcb48be8eb03aa7bc)
Diffstat (limited to 'source3/include/nt_printing.h')
-rw-r--r--source3/include/nt_printing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h
index 61abc1a31b..4c9265f09f 100644
--- a/source3/include/nt_printing.h
+++ b/source3/include/nt_printing.h
@@ -231,7 +231,7 @@ typedef struct nt_printer_info_level_2
uint32 default_priority;
uint32 starttime;
uint32 untiltime;
- WERROR status;
+ uint32 status;
uint32 cjobs;
uint32 averageppm;
fstring servername;