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_useradd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/sss_useradd.c') diff --git a/src/tools/sss_useradd.c b/src/tools/sss_useradd.c index 6198dcae3..0dc1993e5 100644 --- a/src/tools/sss_useradd.c +++ b/src/tools/sss_useradd.c @@ -292,7 +292,7 @@ int main(int argc, const char **argv) tctx->sysdb, tctx->octx->name, tctx->local, - &tctx->octx); + tctx->octx); if (ret != EOK) { ERROR("Cannot get info about the user\n"); ret = EXIT_FAILURE; -- cgit