mirror of
https://github.com/samba-team/samba.git
synced 2025-02-10 13:57:47 +03:00
r7194: fix pulling of the NDR_IN data, [validate] works for the NDR_IN side now...
metze (This used to be commit d2eb1a68447ff71adfc56c60d26753e12596a1a6)
This commit is contained in:
parent
2752b7cac2
commit
180b269ac6
@ -102,8 +102,9 @@
|
||||
#define NDR_SPOOLSS_PULL_ENUM(fn,in,out) do { \
|
||||
struct _##fn _r;\
|
||||
if (flags & NDR_IN) {\
|
||||
in;\
|
||||
out;\
|
||||
NDR_SPOOLSS_PULL_ENUM_IN(fn);\
|
||||
in;\
|
||||
}\
|
||||
if (flags & NDR_OUT) {\
|
||||
out;\
|
||||
|
Loading…
x
Reference in New Issue
Block a user