From f7840b329328e1b067fc328e054b1656149e5654 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 13 Mar 2011 19:22:27 +0100 Subject: s3:librpc/rpc: add DCERPC_ANON_FALLBACK flag With this they're in sync with source4. metze --- source3/librpc/rpc/dcerpc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/librpc/rpc/dcerpc.h') 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) -- cgit