1
0
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:
Stefan Metzmacher 2005-06-02 06:27:40 +00:00 committed by Gerald (Jerry) Carter
parent 2752b7cac2
commit 180b269ac6

View File

@ -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;\