Skip to content

Commit

Permalink
remove enable_ssl patch
Browse files Browse the repository at this point in the history
  • Loading branch information
p-alik committed Mar 20, 2017
1 parent cfb2829 commit 39a3d65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libgearman/worker.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ class Worker {

void enable_ssl()
{
return;
if (getenv("GEARMAND_CA_CERTIFICATE"))
{
gearman_worker_add_options(_worker, GEARMAN_WORKER_SSL);
Expand Down

0 comments on commit 39a3d65

Please sign in to comment.