]> git.samba.org - ambi/samba-autobuild/.git/commitdiff
dcerpc.idl: remove unused DCERPC_AUTH_LEVEL_DEFAULT
authorStefan Metzmacher <metze@samba.org>
Wed, 28 Oct 2015 15:11:22 +0000 (16:11 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 26 Oct 2016 09:20:12 +0000 (11:20 +0200)
Also the default should not be DCERPC_AUTH_LEVEL_CONNECT

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
librpc/idl/dcerpc.idl

index 527804df005d18b4890d7baf14e9ba54a26da88b..701bde4aefb5bba20afbbe76744614206888cf2a 100644 (file)
@@ -250,8 +250,6 @@ interface dcerpc
                DCERPC_AUTH_LEVEL_PRIVACY   = 6
        } dcerpc_AuthLevel;
 
-       const uint8 DCERPC_AUTH_LEVEL_DEFAULT   = DCERPC_AUTH_LEVEL_CONNECT;
-
        typedef [public] struct {
                dcerpc_AuthType auth_type;
                dcerpc_AuthLevel auth_level;