diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-07-21 16:48:06 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-07-21 19:11:24 +0200 |
commit | 424e7636957f07c044ee24a9bbf650b02291939b (patch) | |
tree | 95fd5aa9269ff59d37e62061b3e7602d38e37f90 /source4/librpc | |
parent | 9d148f75c712d4cf6863f8eb1256f806eac8d38b (diff) | |
download | samba-424e7636957f07c044ee24a9bbf650b02291939b.tar.gz samba-424e7636957f07c044ee24a9bbf650b02291939b.tar.bz2 samba-424e7636957f07c044ee24a9bbf650b02291939b.zip |
frsrpc.idl: make the chunk array in frsrpc_CommPktChunkCtr dynamic
We add an extra num_chunks to the frsrpc_CommPktChunkCtr structure
and use hand modified ndr_push/pull functions to let it not appear
on the wire.
metze
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index 9e3d6b27ea..e96cf2c516 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -112,7 +112,7 @@ NDR_ROT_OBJ_FILES = ../librpc/gen_ndr/ndr_rot.o [SUBSYSTEM::NDR_FRSRPC] PUBLIC_DEPENDENCIES = LIBNDR -NDR_FRSRPC_OBJ_FILES = ../librpc/gen_ndr/ndr_frsrpc.o +NDR_FRSRPC_OBJ_FILES = ../librpc/gen_ndr/ndr_frsrpc.o ../librpc/ndr/ndr_frsrpc.o [SUBSYSTEM::NDR_FRSAPI] PUBLIC_DEPENDENCIES = LIBNDR |