s3-rpc: samba3 needs the DCERPC_NDR64 define
authorAndrew Tridgell <tridge@samba.org>
Thu, 17 Sep 2009 23:02:14 +0000 (16:02 -0700)
committerAndrew Tridgell <tridge@samba.org>
Fri, 18 Sep 2009 04:52:28 +0000 (21:52 -0700)
source3/librpc/rpc/dcerpc.h

index 48019a421dd52df3e619a4666d3b628ca4f3ce8e..8da56e2aaf792bc2098358ae78c5187e2b77b9eb 100644 (file)
@@ -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__ */