diff options
Diffstat (limited to 'libglusterfs/src/timer.c')
-rw-r--r-- | libglusterfs/src/timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/timer.c b/libglusterfs/src/timer.c index acd34d8b2a8..a072985acce 100644 --- a/libglusterfs/src/timer.c +++ b/libglusterfs/src/timer.c @@ -230,6 +230,7 @@ gf_timer_registry_init (glusterfs_ctx_t *ctx) ctx->timer = reg; gf_thread_create (®->th, NULL, gf_timer_proc, ctx); + } out: return ctx->timer; |