diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-11-05 05:44:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:45:46 -0500 |
commit | d3b91ae169b17881dfba4848a7cae30b95a97c70 (patch) | |
tree | e2111a9bbffeb9b587dfcdf75d8879aa7e945de1 | |
parent | 819744cab2321703d5b1aa1f88154791193cd7fd (diff) | |
download | samba-d3b91ae169b17881dfba4848a7cae30b95a97c70.tar.gz samba-d3b91ae169b17881dfba4848a7cae30b95a97c70.tar.bz2 samba-d3b91ae169b17881dfba4848a7cae30b95a97c70.zip |
r11512: fix typo
(This used to be commit 4143c22e3077bd5aecb3427ff0a8857dab799400)
-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 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 |