Author: metze
Date: 2007-07-25 08:09:34 +0000 (Wed, 25 Jul 2007)
New Revision: 24039

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24039

Log:
remove unused global variable...

metze
Modified:
   branches/SAMBA_3_2/source/include/ads.h


Changeset:
Modified: branches/SAMBA_3_2/source/include/ads.h
===================================================================
--- branches/SAMBA_3_2/source/include/ads.h     2007-07-25 07:23:55 UTC (rev 
24038)
+++ branches/SAMBA_3_2/source/include/ads.h     2007-07-25 08:09:34 UTC (rev 
24039)
@@ -43,7 +43,7 @@
        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? */

Reply via email to