r24039: remove unused global variable...
authorStefan Metzmacher <metze@samba.org>
Wed, 25 Jul 2007 08:09:34 +0000 (08:09 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:28:58 +0000 (12:28 -0500)
metze

source/include/ads.h

index 56c70233379fdf3c1162faf542848df6dcbbbd74..2dc7e277d5efb80aa8f909fb9a3a95ee6c6f219a 100644 (file)
@@ -43,7 +43,7 @@ enum ads_saslwrap_type {
        ADS_SASLWRAP_TYPE_PLAIN = 1,
        ADS_SASLWRAP_TYPE_SIGN = 2,
        ADS_SASLWRAP_TYPE_SEAL = 4
-} wrap_type;
+};
 
 typedef struct ads_struct {
        int is_mine;    /* do I own this structure's memory? */