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:
parent
ff2037876f
commit
b219bfe699
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user