From 3cca46f27e68360d6c2ba7e481fe3858adb978cc Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Tue, 8 Dec 1998 00:33:05 +0000 Subject: ldap_getpw() also needs to be (void) (This used to be commit f36cf3b6a70d0a91bce923ab51780d20d69e3bd6) --- source3/passdb/ldap.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source3/passdb/ldap.c') 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; -- cgit