From 61e8b80c85bf114da7f1d3dadfc2207564f5fbaa Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 3 Dec 2012 16:52:12 +0100 Subject: s3:passdb: fix building pdb_ldap as shared module Signed-off-by: Michael Adam Reviewed-by: Andreas Schneider Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Mon Dec 3 19:12:29 CET 2012 on sn-devel-104 --- source3/passdb/pdb_interface.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/passdb/pdb_interface.c') diff --git a/source3/passdb/pdb_interface.c b/source3/passdb/pdb_interface.c index 436e774302..775f8a3e89 100644 --- a/source3/passdb/pdb_interface.c +++ b/source3/passdb/pdb_interface.c @@ -1425,8 +1425,8 @@ static bool pdb_default_gid_to_sid(struct pdb_methods *methods, gid_t gid, * The "Unix User" and "Unix Group" domains have a special * id mapping that is a rid-algorithm with range starting at 0. */ -_PRIVATE_ bool pdb_sid_to_id_unix_users_and_groups(const struct dom_sid *sid, - struct unixid *id) +bool pdb_sid_to_id_unix_users_and_groups(const struct dom_sid *sid, + struct unixid *id) { uint32_t rid; -- cgit