summaryrefslogtreecommitdiffstats
path: root/source/include/ads.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-07-25 08:09:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:28:58 -0500
commit05fce8815f2f08f71522ba326224185dcecd62ae (patch)
tree85387758788feb18618993e16909614c69b4693d /source/include/ads.h
parent85d6cd3dfb5cbd9e899957265e352583ff608ed4 (diff)
downloadsamba-05fce8815f2f08f71522ba326224185dcecd62ae.tar.gz
samba-05fce8815f2f08f71522ba326224185dcecd62ae.tar.xz
samba-05fce8815f2f08f71522ba326224185dcecd62ae.zip
r24039: remove unused global variable...
metze
Diffstat (limited to 'source/include/ads.h')
-rw-r--r--source/include/ads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/ads.h b/source/include/ads.h
index 56c70233379..2dc7e277d5e 100644
--- a/source/include/ads.h
+++ b/source/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? */