mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s3:spoolss: Remove dead code
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
parent
0ed62798dd
commit
01c31c8f6d
@ -10436,18 +10436,6 @@ WERROR _spoolss_EnumPrinterDataEx(struct pipes_struct *p,
|
||||
goto done;
|
||||
}
|
||||
|
||||
#if 0 /* FIXME - gd */
|
||||
/* housekeeping information in the reply */
|
||||
|
||||
/* Fix from Martin Zielinski <mz@seh.de> - ensure
|
||||
* the hand marshalled container size is a multiple
|
||||
* of 4 bytes for RPC alignment.
|
||||
*/
|
||||
|
||||
if (needed % 4) {
|
||||
needed += 4-(needed % 4);
|
||||
}
|
||||
#endif
|
||||
*r->out.count = count;
|
||||
*r->out.info = info;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user