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:
committed by
Gerald (Jerry) Carter
parent
58a214d98f
commit
d2eb1a6844
@@ -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;\
|
||||
|
||||
Reference in New Issue
Block a user