summaryrefslogtreecommitdiff
path: root/source3/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
commit09a16eba87f9f10270fd2d6e2520b1d102b4617e (patch)
treee3e2ab20cc35fcc3feca2cf6000715a1ceaa7bec /source3/include/ads.h
parent6b5c55b0f0155a2615683faccee9427c0aaf4baa (diff)
downloadsamba-09a16eba87f9f10270fd2d6e2520b1d102b4617e.tar.gz
samba-09a16eba87f9f10270fd2d6e2520b1d102b4617e.tar.bz2
samba-09a16eba87f9f10270fd2d6e2520b1d102b4617e.zip
r24039: remove unused global variable...
metze (This used to be commit 05fce8815f2f08f71522ba326224185dcecd62ae)
Diffstat (limited to 'source3/include/ads.h')
-rw-r--r--source3/include/ads.h2
1 files changed, 1 insertions, 1 deletions
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? */