[SCM] Samba Shared Repository - branch master updated

Anatoliy Atanasov anatoliy at samba.org
Thu Nov 18 10:03:01 MST 2010


The branch, master has been updated
       via  b7dab46 s4/operational: Fix swapped parameters for ldb_msg_copy_attr
      from  b388951 s4/ldap: ldap_syntaxes.py cleanup

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


- Log -----------------------------------------------------------------
commit b7dab4692200dd7f3bbc600560648b8e0ec47e70
Author: Anatoliy Atanasov <anatoliy.atanasov at postpath.com>
Date:   Thu Nov 18 16:51:22 2010 +0200

    s4/operational: Fix swapped parameters for ldb_msg_copy_attr
    
    Autobuild-User: Anatoliy Atanasov <anatoliy.atanasov at postpath.com>
    Autobuild-Date: Thu Nov 18 17:02:07 UTC 2010 on sn-devel-104

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

Summary of changes:
 source4/dsdb/samdb/ldb_modules/operational.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/dsdb/samdb/ldb_modules/operational.c b/source4/dsdb/samdb/ldb_modules/operational.c
index d8cf3e0..ebeec71 100644
--- a/source4/dsdb/samdb/ldb_modules/operational.c
+++ b/source4/dsdb/samdb/ldb_modules/operational.c
@@ -642,8 +642,8 @@ static int operational_search_post_process(struct ldb_module *module,
 					goto failed;
 				}
 			} else if (ldb_msg_copy_attr(msg,
-						     search_sub[i].replace,
-						     search_sub[i].attr) != LDB_SUCCESS) {
+						     search_sub[i].attr,
+						     search_sub[i].replace) != LDB_SUCCESS) {
 				goto failed;
 			}
 		}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list