From 09a16eba87f9f10270fd2d6e2520b1d102b4617e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 25 Jul 2007 08:09:34 +0000 Subject: r24039: remove unused global variable... metze (This used to be commit 05fce8815f2f08f71522ba326224185dcecd62ae) --- source3/include/ads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/include/ads.h b/source3/include/ads.h index 56c7023337..2dc7e277d5 100644 --- a/source3/include/ads.h +++ b/source3/include/ads.h @@ -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? */ -- cgit