diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-07-25 03:41:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:10:21 -0500 |
commit | e3df3cd55ffd03a337ac769540d1cd80e25a7ef6 (patch) | |
tree | 42d40d5a9ed8fa334d10fb96b9302c731724f339 /source4/lib/ldb/include | |
parent | a6629e037a35c0e36e5bf8c38f88e675e8a40cbd (diff) | |
download | samba-e3df3cd55ffd03a337ac769540d1cd80e25a7ef6.tar.gz samba-e3df3cd55ffd03a337ac769540d1cd80e25a7ef6.tar.bz2 samba-e3df3cd55ffd03a337ac769540d1cd80e25a7ef6.zip |
r17225: Fix the build by fixing the spelling of START-TLS.
Andrew Bartlett
(This used to be commit 4827a6b171d7b007f1641ef422d23449fb5a1606)
Diffstat (limited to 'source4/lib/ldb/include')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |