[389-commits] ldap/servers

Nathan Kinder nkinder at fedoraproject.org
Wed May 19 22:55:09 UTC 2010


 ldap/servers/plugins/replication/repl5.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ecb1e8a90a6b4ca0cd268b9fc43a9b7e59d646e7
Author: Nathan Kinder <nkinder at redhat.com>
Date:   Wed May 19 15:54:05 2010 -0700

    Correct function prototype for repl session hook
    
    The previous patch had a mangled function name in
    the function prototype.  This corrects the name.

diff --git a/ldap/servers/plugins/replication/repl5.h b/ldap/servers/plugins/replication/repl5.h
index 9b33ded..a9a1853 100644
--- a/ldap/servers/plugins/replication/repl5.h
+++ b/ldap/servers/plugins/replication/repl5.h
@@ -602,7 +602,7 @@ Repl_Connection *windows_conn_new(Repl_Agmt *agmt);
 
 /* repl_session_plugin.c */
 void repl_session_plugin_init();
-void repl_session_plugin_call_init_agmt_cb(Repl_Agmt *ra);
+void repl_session_plugin_call_agmt_init_cb(Repl_Agmt *ra);
 int repl_session_plugin_call_pre_acquire_cb(const Repl_Agmt *ra, int is_total,
         char **data_guid, struct berval **data);
 int repl_session_plugin_call_post_acquire_cb(const Repl_Agmt *ra, int is_total,




More information about the 389-commits mailing list