From d86fc9163127f7c5bd0c3af950fcddff7911867f Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 21 Mar 2010 02:18:48 -0400 Subject: tools: remove creation of event_context Since the sysdb is now synchronous and creates its own event context we don't need an explicit event context anymore in the tools. --- src/tools/sss_sync_ops.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tools/sss_sync_ops.h') diff --git a/src/tools/sss_sync_ops.h b/src/tools/sss_sync_ops.h index e5ba5bee..f0faae94 100644 --- a/src/tools/sss_sync_ops.h +++ b/src/tools/sss_sync_ops.h @@ -93,14 +93,12 @@ int groupmod(TALLOC_CTX *mem_ctx, struct ops_ctx *data); int sysdb_getpwnam_sync(TALLOC_CTX *mem_ctx, - struct tevent_context *ev, struct sysdb_ctx *sysdb, const char *name, struct sss_domain_info *domain, struct ops_ctx *out); int sysdb_getgrnam_sync(TALLOC_CTX *mem_ctx, - struct tevent_context *ev, struct sysdb_ctx *sysdb, const char *name, struct sss_domain_info *domain, -- cgit