diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-03-13 19:22:27 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-03-13 19:24:57 +0100 |
commit | f7840b329328e1b067fc328e054b1656149e5654 (patch) | |
tree | 1f6287aac0780b67680ee1d35c07fc6d37e098ab | |
parent | c1a2fd1cd15c55e73df6ab89db77aa2e7f83c346 (diff) | |
download | samba-f7840b329328e1b067fc328e054b1656149e5654.tar.gz samba-f7840b329328e1b067fc328e054b1656149e5654.tar.bz2 samba-f7840b329328e1b067fc328e054b1656149e5654.zip |
s3:librpc/rpc: add DCERPC_ANON_FALLBACK flag
With this they're in sync with source4.
metze
-rw-r--r-- | source3/librpc/rpc/dcerpc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/rpc/dcerpc.h b/source3/librpc/rpc/dcerpc.h index 354c6829a2..79e47c0ef2 100644 --- a/source3/librpc/rpc/dcerpc.h +++ b/source3/librpc/rpc/dcerpc.h @@ -48,6 +48,8 @@ #define DCERPC_SCHANNEL (1<<9) +#define DCERPC_ANON_FALLBACK (1<<10) + /* use a 128 bit session key */ #define DCERPC_SCHANNEL_128 (1<<12) |