1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

merge from tng ...

reload services can be static
(This used to be commit b13a903720)
This commit is contained in:
Andrew Tridgell 2000-03-26 23:13:12 +00:00
parent da2da10117
commit b18791b860

View File

@ -246,7 +246,7 @@ static void reload_interfaces(time_t t)
/**************************************************************************** **
reload the services file
**************************************************************************** */
BOOL reload_services(BOOL test)
static BOOL reload_services(BOOL test)
{
BOOL ret;
extern fstring remote_machine;