summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2014-09-28 16:10:47 -0700
committerMatthieu Patou <mat@samba.org>2014-09-30 08:19:55 +0200
commitbf0ee5f6baafe22bcddec4d00606b8f0aa466a9a (patch)
treed4bb040b215e81cb6b002f83b9707143a34591d8 /lib
parent9c9216410faf707edc4ba05f2b715d45f7f51ca4 (diff)
downloadsamba-bf0ee5f6baafe22bcddec4d00606b8f0aa466a9a.tar.gz
ldb: fix a typo in the comment, LDB_FLAGS_MOD_xxx -> LDB_FLAG_MOD_xxx
Change-Id: I99ac6e272aa0f54a2720c58f630ae472068f255b Signed-off-by: Matthieu Patou <mat@matws.net> Reviewed-by: Kamen Mazdrashki <kamenim@samba.org> Autobuild-User(master): Matthieu Patou <mat@samba.org> Autobuild-Date(master): Tue Sep 30 08:19:55 CEST 2014 on sn-devel-104
Diffstat (limited to 'lib')
-rw-r--r--lib/ldb/include/ldb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ldb/include/ldb.h b/lib/ldb/include/ldb.h
index 748def9435f..f48f7537d27 100644
--- a/lib/ldb/include/ldb.h
+++ b/lib/ldb/include/ldb.h
@@ -103,8 +103,8 @@ struct ldb_dn;
/**
There are a number of flags that are used with ldap_modify() in
- ldb_message_element.flags fields. The LDB_FLAGS_MOD_ADD,
- LDB_FLAGS_MOD_DELETE and LDB_FLAGS_MOD_REPLACE flags are used in
+ ldb_message_element.flags fields. The LDB_FLAG_MOD_ADD,
+ LDB_FLAG_MOD_DELETE and LDB_FLAG_MOD_REPLACE flags are used in
ldap_modify() calls to specify whether attributes are being added,
deleted or modified respectively.
*/