summaryrefslogtreecommitdiff
path: root/source3/librpc/rpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-17 16:02:14 -0700
committerAndrew Tridgell <tridge@samba.org>2009-09-17 21:52:28 -0700
commita3f33356bbad2eb9d8b084a46533e9f0b9b940c9 (patch)
tree8d84bdeff47ea082c975f8e6b492696a02000a69 /source3/librpc/rpc
parent88cded0b61e3d58e2e16e0be4ec5f2d65b87122b (diff)
downloadsamba-a3f33356bbad2eb9d8b084a46533e9f0b9b940c9.tar.gz
samba-a3f33356bbad2eb9d8b084a46533e9f0b9b940c9.tar.bz2
samba-a3f33356bbad2eb9d8b084a46533e9f0b9b940c9.zip
s3-rpc: samba3 needs the DCERPC_NDR64 define
Diffstat (limited to 'source3/librpc/rpc')
-rw-r--r--source3/librpc/rpc/dcerpc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/librpc/rpc/dcerpc.h b/source3/librpc/rpc/dcerpc.h
index 48019a421d..8da56e2aaf 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__ */