mirror of
https://github.com/samba-team/samba.git
synced 2025-02-07 01:58:28 +03:00
r7196: fix typo, that makes the spoolss test working with [validate]
([validate,bigendian] is still failing badly...) metze
This commit is contained in:
parent
837c83d77a
commit
da319b7bc3
@ -333,8 +333,8 @@ NTSTATUS ndr_push_spoolss_EnumPrintProcessors(struct ndr_push *ndr, int flags, s
|
||||
NTSTATUS ndr_pull_spoolss_EnumPrintProcessors(struct ndr_pull *ndr, int flags, struct spoolss_EnumPrintProcessors *r)
|
||||
{
|
||||
NDR_SPOOLSS_PULL_ENUM(spoolss_EnumPrintProcessors,{
|
||||
r->in.servername = r->in.servername;
|
||||
r->in.environment = r->in.environment;
|
||||
r->in.servername = _r.in.servername;
|
||||
r->in.environment = _r.in.environment;
|
||||
},{
|
||||
_r.in.servername = r->in.servername;
|
||||
_r.in.environment = r->in.environment;
|
||||
|
Loading…
x
Reference in New Issue
Block a user