1
0
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:
Günther Deschner 2007-02-23 11:53:43 +00:00 committed by Gerald (Jerry) Carter
parent c02921e95d
commit 82f1da8117

View File

@ -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 */