Author: metze Date: 2007-07-25 08:10:08 +0000 (Wed, 25 Jul 2007) New Revision: 24040
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24040 Log: merge from SAMBA_3_2: remove unused global variable... metze Modified: branches/SAMBA_3_2_0/source/include/ads.h Changeset: Modified: branches/SAMBA_3_2_0/source/include/ads.h =================================================================== --- branches/SAMBA_3_2_0/source/include/ads.h 2007-07-25 08:09:34 UTC (rev 24039) +++ branches/SAMBA_3_2_0/source/include/ads.h 2007-07-25 08:10:08 UTC (rev 24040) @@ -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? */
