From d3b91ae169b17881dfba4848a7cae30b95a97c70 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 5 Nov 2005 05:44:26 +0000 Subject: r11512: fix typo (This used to be commit 4143c22e3077bd5aecb3427ff0a8857dab799400) --- source4/lib/ldb/include/ldb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib') diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index c4f877cf5f..98a5113390 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -76,7 +76,7 @@ struct ldb_dn { struct ldb_dn_component *components; }; -/* these flags are used in ldd_message_element.flags fields. The +/* these flags are used in ldb_message_element.flags fields. The LDA_FLAGS_MOD_* flags are used in ldap_modify() calls to specify whether attributes are being added, deleted or modified */ #define LDB_FLAG_MOD_MASK 0x3 -- cgit