Author: abartlet Date: 2006-07-25 03:41:32 +0000 (Tue, 25 Jul 2006) New Revision: 17225
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17225 Log: Fix the build by fixing the spelling of START-TLS. Andrew Bartlett Modified: branches/SAMBA_4_0/source/lib/ldb/include/ldb.h Changeset: Modified: branches/SAMBA_4_0/source/lib/ldb/include/ldb.h =================================================================== --- branches/SAMBA_4_0/source/lib/ldb/include/ldb.h 2006-07-25 02:57:51 UTC (rev 17224) +++ branches/SAMBA_4_0/source/lib/ldb/include/ldb.h 2006-07-25 03:41:32 UTC (rev 17225) @@ -500,7 +500,7 @@ This Extended operation is used to start a new TLS channel on top of a clear text channel. */ -#define LDB_EXTENDED_STATRT_TLS_OID "1.3.6.1.4.1.1466.20037" +#define LDB_EXTENDED_START_TLS_OID "1.3.6.1.4.1.1466.20037" struct ldb_paged_control { int size;
