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

Proposed by Brian Aker
Status: Merged
Merged at revision: 791
Proposed branch: lp:~brianaker/gearmand/connection
Merge into: lp:gearmand
Diff against target: 20 lines (+9/-1)
1 file modified
libgearman/connection.cc (+9/-1)
To merge this branch: bzr merge lp:~brianaker/gearmand/connection
Reviewer Review Type Date Requested Status
Tangent Trunk Pending
Review via email: mp+171957@code.launchpad.net
To post a comment you must log in.
lp:~brianaker/gearmand/connection updated
791. By Tangent.Org Continuous Integration

Merge lp:~brianaker/gearmand/connection Build: jenkins-Gearmand-685

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'libgearman/connection.cc'
--- libgearman/connection.cc 2013-06-23 19:09:29 +0000
+++ libgearman/connection.cc 2013-06-28 05:28:36 +0000
@@ -1227,7 +1227,15 @@
1227 { 1227 {
1228 rval= fcntl (fd, F_SETFD, flags | FD_CLOEXEC);1228 rval= fcntl (fd, F_SETFD, flags | FD_CLOEXEC);
1229 } while (rval == -1 && (errno == EINTR or errno == EAGAIN));1229 } while (rval == -1 && (errno == EINTR or errno == EAGAIN));
1230 // we currently ignore the case where rval is -11230
1231 if (rval == -1)
1232 {
1233 gearman_perror(universal, "fcntl (fd, F_SETFD, flags | FD_CLOEXEC)");
1234 }
1235 }
1236 else
1237 {
1238 gearman_perror(universal, "fcntl(fd, F_GETFD, 0)");
1231 }1239 }
1232 }1240 }
1233 }1241 }

Subscribers

People subscribed via source and target branches

to all changes: