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.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/passdb/ldap.c b/source3/passdb/ldap.c
index f3285f525d..49f7e1d13a 100644
--- a/source3/passdb/ldap.c
+++ b/source3/passdb/ldap.c
@@ -145,10 +145,9 @@ BOOL ldap_get_attribute(char *attribute, char *value)
/*******************************************************************
- Contruct an smb_passwd structure
+ Construct an smb_passwd structure
******************************************************************/
-
-struct smb_passwd *ldap_getpw()
+struct smb_passwd *ldap_getpw(void)
{
static struct smb_passwd smbpw;
static pstring unix_name;