[SCM] Samba Shared Repository - branch master updated

Matthieu Patou mat at samba.org
Tue Sep 30 00:20:04 MDT 2014


The branch, master has been updated
       via  bf0ee5f ldb: fix a typo in the comment, LDB_FLAGS_MOD_xxx -> LDB_FLAG_MOD_xxx
      from  9c92164 s3-winbindd: Do not use domain SID from LookupSids for Sids2UnixIDs call

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit bf0ee5f6baafe22bcddec4d00606b8f0aa466a9a
Author: Matthieu Patou <mat at matws.net>
Date:   Sun Sep 28 16:10:47 2014 -0700

    ldb: fix a typo in the comment, LDB_FLAGS_MOD_xxx -> LDB_FLAG_MOD_xxx
    
    Change-Id: I99ac6e272aa0f54a2720c58f630ae472068f255b
    Signed-off-by: Matthieu Patou <mat at matws.net>
    Reviewed-by: Kamen Mazdrashki <kamenim at samba.org>
    
    Autobuild-User(master): Matthieu Patou <mat at samba.org>
    Autobuild-Date(master): Tue Sep 30 08:19:55 CEST 2014 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 lib/ldb/include/ldb.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/ldb/include/ldb.h b/lib/ldb/include/ldb.h
index 748def9..f48f753 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.
 */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list