[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Wed Apr 7 15:09:42 MDT 2010


The branch, master has been updated
       via  64957ce... LDB:sample_module - reintroduce accidentally removed "ldb_msg_add_fmt" statement
      from  e5bb6d5... s4-waf: Fix 'waf dist' app name.

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


- Log -----------------------------------------------------------------
commit 64957ce0686761acd2a2a7ec1787898d2d8238b6
Author: Matthias Dieter Wallnöfer <mwallnoefer at yahoo.de>
Date:   Wed Apr 7 23:00:42 2010 +0200

    LDB:sample_module - reintroduce accidentally removed "ldb_msg_add_fmt" statement
    
    Obviously this is really needed by the "samba4.ldb" test.

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

Summary of changes:
 source4/lib/ldb/tests/sample_module.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/tests/sample_module.c b/source4/lib/ldb/tests/sample_module.c
index f48a1ee..5269b8f 100644
--- a/source4/lib/ldb/tests/sample_module.c
+++ b/source4/lib/ldb/tests/sample_module.c
@@ -27,6 +27,8 @@ int sample_add(struct ldb_module *mod, struct ldb_request *req)
 {
 	struct ldb_control *control;
 
+	ldb_msg_add_fmt(req->op.add.message, "touchedBy", "sample");
+
 	/* check if there's a relax control */
 	control = ldb_request_get_control(req, LDB_CONTROL_RELAX_OID);
 	if (control == NULL) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list