From f9c9c49c51140f708ac58a2b60cbea817df7e056 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 2 May 2012 09:48:28 +0200 Subject: s3:passdb: rename sids_to_unix_ids() --> sids_to_unixids() for consistency --- source3/auth/auth_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth') diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index 07ed9c1077..de395a5674 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -600,7 +600,7 @@ NTSTATUS create_local_token(TALLOC_CTX *mem_ctx, return NT_STATUS_NO_MEMORY; } - if (!sids_to_unix_ids(t->sids, t->num_sids, ids)) { + if (!sids_to_unixids(t->sids, t->num_sids, ids)) { TALLOC_FREE(ids); return NT_STATUS_NO_MEMORY; } -- cgit