[SCM] Samba Shared Repository - branch master updated

Anatoliy Atanasov anatoliy at samba.org
Fri Sep 10 04:31:37 MDT 2010


The branch, master has been updated
       via  0ad2277 s4/fsmo: Fix callback declaration
      from  25dd9fa s4-drs: return DRSUAPI_EXOP_ERR_SUCCESS in extended_ret

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


- Log -----------------------------------------------------------------
commit 0ad22777ec44bf7eb35c2d9898ee1843ac308f76
Author: Anatoliy Atanasov <anatoliy.atanasov at postpath.com>
Date:   Fri Sep 10 09:00:56 2010 +0300

    s4/fsmo: Fix callback declaration

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

Summary of changes:
 source4/dsdb/repl/drepl_fsmo.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/dsdb/repl/drepl_fsmo.c b/source4/dsdb/repl/drepl_fsmo.c
index 941ad67..e69dc7e 100644
--- a/source4/dsdb/repl/drepl_fsmo.c
+++ b/source4/dsdb/repl/drepl_fsmo.c
@@ -34,7 +34,8 @@
 
 static void drepl_role_callback(struct dreplsrv_service *service,
 				WERROR werr,
-				enum drsuapi_DsExtendedError ext_err)
+				enum drsuapi_DsExtendedError ext_err,
+				void *cb_data)
 {
 	if (!W_ERROR_IS_OK(werr)) {
 		DEBUG(0,(__location__ ": Failed role transfer - %s - extended_ret[0x%X]\n",


-- 
Samba Shared Repository


More information about the samba-cvs mailing list