diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-17 16:02:14 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-17 21:52:28 -0700 |
commit | a3f33356bbad2eb9d8b084a46533e9f0b9b940c9 (patch) | |
tree | 8d84bdeff47ea082c975f8e6b492696a02000a69 /source3/librpc | |
parent | 88cded0b61e3d58e2e16e0be4ec5f2d65b87122b (diff) | |
download | samba-a3f33356bbad2eb9d8b084a46533e9f0b9b940c9.tar.gz samba-a3f33356bbad2eb9d8b084a46533e9f0b9b940c9.tar.bz2 samba-a3f33356bbad2eb9d8b084a46533e9f0b9b940c9.zip |
s3-rpc: samba3 needs the DCERPC_NDR64 define
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/rpc/dcerpc.h | 3 |
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__ */ |