Merge lp:~brianaker/gearmand/release into lp:gearmand

Proposed by Brian Aker
Status: Merged
Merged at revision: 875
Proposed branch: lp:~brianaker/gearmand/release
Merge into: lp:gearmand
Diff against target: 22 lines (+2/-2)
2 files modified
ChangeLog (+1/-1)
libgearman/connection.cc (+1/-1)
To merge this branch: bzr merge lp:~brianaker/gearmand/release
Reviewer Review Type Date Requested Status
Tangent Trunk Pending
Review via email: mp+185738@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'ChangeLog'
--- ChangeLog 2013-09-16 03:09:43 +0000
+++ ChangeLog 2013-09-16 09:21:36 +0000
@@ -1,4 +1,4 @@
11.1.1011.1.10 Mon Sep 16 04:20:13 CDT 2013
2* Added gearman_job_use_client()2* Added gearman_job_use_client()
3* Improve compile time.3* Improve compile time.
4* Fix for NOOP failure (bad worker causes early exit of loop).4* Fix for NOOP failure (bad worker causes early exit of loop).
55
=== modified file 'libgearman/connection.cc'
--- libgearman/connection.cc 2013-09-14 07:49:03 +0000
+++ libgearman/connection.cc 2013-09-16 09:21:36 +0000
@@ -152,7 +152,7 @@
152 const char *host, const in_port_t& port_)152 const char *host, const in_port_t& port_)
153{153{
154 const char *service_ptr= NULL;154 const char *service_ptr= NULL;
155 char service[GEARMAN_NI_MAXSERV];155 char service[GEARMAN_NI_MAXSERV]= { 0 };
156156
157 if (port_ < 1)157 if (port_ < 1)
158 {158 {

Subscribers

People subscribed via source and target branches

to all changes: