From a3f33356bbad2eb9d8b084a46533e9f0b9b940c9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 17 Sep 2009 16:02:14 -0700 Subject: [PATCH] s3-rpc: samba3 needs the DCERPC_NDR64 define --- source3/librpc/rpc/dcerpc.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source3/librpc/rpc/dcerpc.h b/source3/librpc/rpc/dcerpc.h index 48019a421dd..8da56e2aaf7 100644 --- a/source3/librpc/rpc/dcerpc.h +++ b/source3/librpc/rpc/dcerpc.h @@ -119,5 +119,8 @@ struct dcerpc_binding { /* this triggers the DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN flag in the bind request */ #define DCERPC_HEADER_SIGNING (1<<20) +/* use NDR64 transport */ +#define DCERPC_NDR64 (1<<21) + #endif /* __DCERPC_H__ */ -- 2.11.4.GIT