summaryrefslogtreecommitdiff
path: root/source3/passdb/ldap.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/passdb/ldap.c')
-rw-r--r--source3/passdb/ldap.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/source3/passdb/ldap.c b/source3/passdb/ldap.c
index 2494cdecf8..f3285f525d 100644
--- a/source3/passdb/ldap.c
+++ b/source3/passdb/ldap.c
@@ -40,7 +40,7 @@ static pstring ldap_secret;
/*******************************************************************
- Open/close connections to the LDAP server.
+ Open connections to the LDAP server.
******************************************************************/
BOOL ldap_open_connection(BOOL modify)
@@ -62,7 +62,11 @@ BOOL ldap_open_connection(BOOL modify)
return (True);
}
-void ldap_close_connection()
+/*******************************************************************
+ close connections to the LDAP server.
+ ******************************************************************/
+
+void ldap_close_connection(void)
{
if(!ldap_struct)
return;