mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r21517: Fix build warnings.
Guenther
This commit is contained in:
parent
c02921e95d
commit
82f1da8117
@ -1825,10 +1825,9 @@ FN_GLOBAL_LIST(lp_netbios_aliases, &Globals.szNetbiosAliases)
|
||||
* lp_passdb_backend() should be replace by the this macro again after
|
||||
* some releases.
|
||||
* */
|
||||
const char *lp_passdb_backend()
|
||||
const char *lp_passdb_backend(void)
|
||||
{
|
||||
char *delim, *quote;
|
||||
int pos, i;
|
||||
|
||||
delim = strchr( Globals.szPassdbBackend, ' ');
|
||||
/* no space at all */
|
||||
|
Loading…
Reference in New Issue
Block a user