From c96fd895b9d45005560a7ffdedee567b60e7921e Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 15 Jul 2010 16:52:32 +0200 Subject: s3-passdb: make priv2ld() public MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/passdb/pdb_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/passdb') diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c index 514db36eb8..a884b305ed 100644 --- a/source3/passdb/pdb_ldap.c +++ b/source3/passdb/pdb_ldap.c @@ -87,7 +87,7 @@ Simple helper function to make stuff better readable **********************************************************************/ -static LDAP *priv2ld(struct ldapsam_privates *priv) +LDAP *priv2ld(struct ldapsam_privates *priv) { return priv->smbldap_state->ldap_struct; } -- cgit