From: Stefan Metzmacher Date: Wed, 25 Jul 2007 08:09:34 +0000 (+0000) Subject: r24039: remove unused global variable... X-Git-Tag: samba-4.0.0alpha6~801^2~5251 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09a16eba87f9f10270fd2d6e2520b1d102b4617e;p=thirdparty%2Fsamba.git r24039: remove unused global variable... metze (This used to be commit 05fce8815f2f08f71522ba326224185dcecd62ae) --- diff --git a/source3/include/ads.h b/source3/include/ads.h index 56c70233379..2dc7e277d5e 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? */