1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-27 08:23:49 +03:00

r7194: fix pulling of the NDR_IN data, [validate] works for the NDR_IN side now...

metze
This commit is contained in:
Stefan Metzmacher
2005-06-02 06:27:40 +00:00
committed by Gerald (Jerry) Carter
parent 58a214d98f
commit d2eb1a6844

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