1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

winbindd: useless function

Hello list,

Seems simple enough for my first patch :)

--
Pierre
This commit is contained in:
Pierre Carrier 2010-08-23 00:53:39 +01:00 committed by Volker Lendecke
parent ff2037876f
commit b219bfe699

View File

@ -101,13 +101,6 @@ static void winbindd_status(void)
}
}
/* Print winbindd status to log file */
static void print_winbindd_status(void)
{
winbindd_status();
}
/* Flush client cache */
static void flush_caches(void)
@ -327,7 +320,7 @@ static void winbindd_sig_usr2_handler(struct tevent_context *ev,
void *siginfo,
void *private_data)
{
print_winbindd_status();
winbindd_status();
}
static bool winbindd_setup_sig_usr2_handler(void)