summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2010-05-19 15:54:05 -0700
committerNathan Kinder <nkinder@redhat.com>2010-05-19 15:54:05 -0700
commitecb1e8a90a6b4ca0cd268b9fc43a9b7e59d646e7 (patch)
tree6a3fd68aaf2bb306434a51e07233cd9f5ae8ea56
parent7c2e049c16a741c1a109ac3a4246d29f2d42c7cb (diff)
downloadds-ecb1e8a90a6b4ca0cd268b9fc43a9b7e59d646e7.tar.gz
ds-ecb1e8a90a6b4ca0cd268b9fc43a9b7e59d646e7.tar.xz
ds-ecb1e8a90a6b4ca0cd268b9fc43a9b7e59d646e7.zip
Correct function prototype for repl session hook
The previous patch had a mangled function name in the function prototype. This corrects the name.
-rw-r--r--ldap/servers/plugins/replication/repl5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/servers/plugins/replication/repl5.h b/ldap/servers/plugins/replication/repl5.h
index 9b33ded8..a9a18530 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,