summaryrefslogtreecommitdiff
path: root/source3/lib/fncall.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-04-24 10:09:45 +0200
committerVolker Lendecke <vl@samba.org>2011-04-25 09:50:32 +0200
commitf4a0f856f31291dd316a937f8060d2f205e8d4d6 (patch)
tree61d622c0313252607f4be984d34e58ffdd08a769 /source3/lib/fncall.c
parent3c405f5e1d81d33a01ab822aeba93634338d5b25 (diff)
downloadsamba-f4a0f856f31291dd316a937f8060d2f205e8d4d6.tar.gz
samba-f4a0f856f31291dd316a937f8060d2f205e8d4d6.tar.bz2
samba-f4a0f856f31291dd316a937f8060d2f205e8d4d6.zip
s3: pthreadpool_sig_fd->pthreadpool_signal_fd
Diffstat (limited to 'source3/lib/fncall.c')
-rw-r--r--source3/lib/fncall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/fncall.c b/source3/lib/fncall.c
index bd06be2cd8..91377e0148 100644
--- a/source3/lib/fncall.c
+++ b/source3/lib/fncall.c
@@ -86,7 +86,7 @@ struct fncall_context *fncall_context_init(TALLOC_CTX *mem_ctx,
}
talloc_set_destructor(ctx, fncall_context_destructor);
- ctx->sig_fd = pthreadpool_sig_fd(ctx->pool);
+ ctx->sig_fd = pthreadpool_signal_fd(ctx->pool);
if (ctx->sig_fd == -1) {
TALLOC_FREE(ctx);
return NULL;