Browse Source

Merge lp:~tangent-org/gearmand/1.0-build/ Build: jenkins-Gearmand-397

Continuous Integration 12 years ago
parent
commit
739adaf705
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libgearman-server/struct/gearmand.h

+ 1 - 1
libgearman-server/struct/gearmand.h

@@ -93,7 +93,7 @@ struct gearmand_st
     thread_add_next(NULL),
     free_dcon_list(NULL)
   {
-    if (host)
+    if (host_)
     {
       host= strdup(host_);
     }