summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
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
commitc1334b143bb52fbdc31c1aa26d06249ca1f74752 (patch)
tree95e7e374ee834a19ac807f9d865833e338ff29bf /source3/rpc_parse
parent622ed701a52899b84fbce7e8e4cceab51b039dd2 (diff)
downloadsamba-c1334b143bb52fbdc31c1aa26d06249ca1f74752.tar.gz
samba-c1334b143bb52fbdc31c1aa26d06249ca1f74752.tar.bz2
samba-c1334b143bb52fbdc31c1aa26d06249ca1f74752.zip
OK that last commit was incorrect - this call is parsed properly. I only
imagined it wasn't! (This used to be commit bbad6c6678c89a33fb233091f5965ccd1aa589f6)
Diffstat (limited to 'source3/rpc_parse')
-rw-r--r--source3/rpc_parse/parse_spoolss.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/rpc_parse/parse_spoolss.c b/source3/rpc_parse/parse_spoolss.c
index 3e3ddb9a01..bcfaa1d42f 100644
--- a/source3/rpc_parse/parse_spoolss.c
+++ b/source3/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;
}