diff options
Diffstat (limited to 'libglusterfs/src/globals.c')
| -rw-r--r-- | libglusterfs/src/globals.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/libglusterfs/src/globals.c b/libglusterfs/src/globals.c index e041ce5d6b4..64b25663595 100644 --- a/libglusterfs/src/globals.c +++ b/libglusterfs/src/globals.c @@ -114,6 +114,9 @@ glusterfs_ctx_init ()          INIT_LIST_HEAD (&glusterfs_ctx->mempool_list);          ret = pthread_mutex_init (&glusterfs_ctx->lock, NULL); +        glusterfs_ctx->daemon_pipe[0] = -1; +        glusterfs_ctx->daemon_pipe[1] = -1; +  out:          return ret;  }  | 
