From 7ffaa2afb9e03a6f0b9c602c0f03b2074ea33eac Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 14 Mar 2010 17:27:05 -0400 Subject: sysdb: convert sysdb_getpwnam --- src/tools/sss_sync_ops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 b2bb51c5..98fbc47f 100644 --- a/src/tools/sss_sync_ops.h +++ b/src/tools/sss_sync_ops.h @@ -97,7 +97,7 @@ int sysdb_getpwnam_sync(TALLOC_CTX *mem_ctx, struct sysdb_ctx *sysdb, const char *name, struct sss_domain_info *domain, - struct ops_ctx **out); + struct ops_ctx *out); int sysdb_getgrnam_sync(TALLOC_CTX *mem_ctx, struct tevent_context *ev, -- cgit