summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse/parse_spoolss.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-05-20 01:31:51 +0000
committerTim Potter <tpot@samba.org>2002-05-20 01:31:51 +0000
commitbbad6c6678c89a33fb233091f5965ccd1aa589f6 (patch)
treed8572e6ee620285a9eafb250bc8b186b1976764c /source/rpc_parse/parse_spoolss.c
parent2429c4cc796576aa2d816a14b10fdd932b672a02 (diff)
downloadsamba-bbad6c6678c89a33fb233091f5965ccd1aa589f6.tar.gz
samba-bbad6c6678c89a33fb233091f5965ccd1aa589f6.tar.xz
samba-bbad6c6678c89a33fb233091f5965ccd1aa589f6.zip
OK that last commit was incorrect - this call is parsed properly. I only
imagined it wasn't!
Diffstat (limited to 'source/rpc_parse/parse_spoolss.c')
-rw-r--r--source/rpc_parse/parse_spoolss.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/rpc_parse/parse_spoolss.c b/source/rpc_parse/parse_spoolss.c
index 3e3ddb9a010..bcfaa1d42f2 100644
--- a/source/rpc_parse/parse_spoolss.c
+++ b/source/rpc_parse/parse_spoolss.c
@@ -4261,10 +4261,6 @@ BOOL spoolss_io_q_enumprinterdrivers(char *desc, SPOOL_Q_ENUMPRINTERDRIVERS *q_u
if (!prs_uint32("offered", ps, depth, &q_u->offered))
return False;
- /* According to MSDN there is another [in] parameter for this rpc
- which could be a pointer to a buffer. NT4 puts four zero bytes
- here which we currently don't parse. -tpot */
-
return True;
}