From bf0ee5f6baafe22bcddec4d00606b8f0aa466a9a Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sun, 28 Sep 2014 16:10:47 -0700 Subject: ldb: fix a typo in the comment, LDB_FLAGS_MOD_xxx -> LDB_FLAG_MOD_xxx Change-Id: I99ac6e272aa0f54a2720c58f630ae472068f255b Signed-off-by: Matthieu Patou Reviewed-by: Kamen Mazdrashki Autobuild-User(master): Matthieu Patou Autobuild-Date(master): Tue Sep 30 08:19:55 CEST 2014 on sn-devel-104 --- lib/ldb/include/ldb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ldb/include/ldb.h b/lib/ldb/include/ldb.h index 748def9435..f48f7537d2 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. */ -- cgit