Skip to content

Commit

Permalink
remove redundant _keepalive assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
p-alik committed May 26, 2017
1 parent 0851672 commit d6e0d12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libgearman-server/struct/gearmand.h
Expand Up @@ -64,7 +64,6 @@ struct gearmand_st

void keepalive(int keepalive_)
{
_keepalive= true;
_keepalive= keepalive_;
}

Expand Down

0 comments on commit d6e0d12

Please sign in to comment.