diff options
Diffstat (limited to 'libglusterfs/src/ctx.c')
-rw-r--r-- | libglusterfs/src/ctx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/ctx.c b/libglusterfs/src/ctx.c index f273451a74b..bc704aceacb 100644 --- a/libglusterfs/src/ctx.c +++ b/libglusterfs/src/ctx.c @@ -44,6 +44,7 @@ glusterfs_ctx_new () free (ctx); ctx = NULL; } + out: return ctx; } |