From 9b813af8631729cf7f626f0cbac08863bb315863 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 21 Jul 2005 07:59:37 +0000 Subject: fixes --- lib/fuse_mt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/fuse_mt.c') diff --git a/lib/fuse_mt.c b/lib/fuse_mt.c index c9fe63c..c9d85a8 100644 --- a/lib/fuse_mt.c +++ b/lib/fuse_mt.c @@ -22,7 +22,7 @@ static int context_ref; static struct fuse_context *mt_getcontext(void) { struct fuse_context *ctx; - + ctx = (struct fuse_context *) pthread_getspecific(context_key); if (ctx == NULL) { ctx = (struct fuse_context *) malloc(sizeof(struct fuse_context)); -- cgit v1.2.3