From d67e614a07cbf143293436d380aba9a022c0e31b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 16 May 2013 16:11:54 +0200 Subject: lib: Add before/after hooks to async_connect This will facilitiate [un]become_root for smbd to connect safely to ctdbd. Signed-off-by: Volker Lendecke Reviewed-by: Christian Ambach --- source3/torture/wbc_async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture') diff --git a/source3/torture/wbc_async.c b/source3/torture/wbc_async.c index 9252b58bc9..71e4de7c88 100644 --- a/source3/torture/wbc_async.c +++ b/source3/torture/wbc_async.c @@ -288,7 +288,7 @@ static struct tevent_req *wb_connect_send(TALLOC_CTX *mem_ctx, subreq = async_connect_send(mem_ctx, ev, wb_ctx->fd, (struct sockaddr *)(void *)&sunaddr, - sizeof(sunaddr)); + sizeof(sunaddr), NULL, NULL, NULL); if (subreq == NULL) { goto nomem; } -- cgit