[Pkg-nagios-changes] [pkg-mod-gearman] 11/48: fixed send_gearman to not send duplicate to normal server
Stig Sandbeck Mathisen
ssm at debian.org
Sun Nov 24 22:38:08 UTC 2013
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository pkg-mod-gearman.
commit 7487ea16ed09b30808c66aefb797f206fc2829f1
Author: Brian Christiansen <gaijin03 at gmail.com>
Date: Thu Aug 15 13:26:22 2013 -0600
fixed send_gearman to not send duplicate to normal server
---
tools/send_gearman.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/send_gearman.c b/tools/send_gearman.c
index 809a7f3..eb4a0ee 100644
--- a/tools/send_gearman.c
+++ b/tools/send_gearman.c
@@ -363,7 +363,7 @@ int submit_result() {
gm_log( GM_LOG_TRACE, "send_result_back() finished successfully\n" );
if( mod_gm_opt->dupserver_num ) {
- if(add_job_to_queue( &client,
+ if(add_job_to_queue( &client_dup,
mod_gm_opt->dupserver_list,
mod_gm_opt->result_queue,
NULL,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-mod-gearman
More information about the Pkg-nagios-changes
mailing list