mirror of
https://github.com/samba-team/samba.git
synced 2025-12-23 00:23:53 +03:00
Small tidyups for gcc in 'preen' mode....
Jeremy.
This commit is contained in:
@@ -9,6 +9,6 @@ extern int DEBUGLEVEL;
|
||||
|
||||
#else /* USE_LDAP */
|
||||
/* this keeps fussy compilers happy */
|
||||
void ldap_helper_dummy(void)
|
||||
{}
|
||||
void ldap_helper_dummy(void);
|
||||
void ldap_helper_dummy(void) {}
|
||||
#endif /* USE_LDAP */
|
||||
|
||||
Reference in New Issue
Block a user