From e3df3cd55ffd03a337ac769540d1cd80e25a7ef6 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 25 Jul 2006 03:41:32 +0000 Subject: r17225: Fix the build by fixing the spelling of START-TLS. Andrew Bartlett (This used to be commit 4827a6b171d7b007f1641ef422d23449fb5a1606) --- source4/lib/ldb/include/ldb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb/include') diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index 6e3f69f607..d017861b05 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -500,7 +500,7 @@ typedef int (*ldb_qsort_cmp_fn_t) (void *v1, void *v2, void *opaque); 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; -- cgit